In October 2020 I've tweeted 222 times
My Twitter archive of October 2020
In October 2022 I left Twitter. This is my tweet archive for October 2020.
Tweets
- A not so usual event in tech. Instead of creating their own projects, Google and Facebook select Zephyr RTOS for Next Generation Products: https://t.co/TmIuHsVF8W
- @jaredwolff Ok, I'll look into it.
- Autumn porn from #Trondheim https://t.co/RFk8CJBnze
- @miskaknapek No, I did not! 😁
- Just a normal day in the @NordicTweets office: I'm outside, waiting for satellites to talk to my firmware. #cellulariot https://t.co/KacOBcfP1Z
- @jaredwolff GPS is also working! https://t.co/rgmKi1iC7r
- @bluetooth_mdw @NordicTweets https://t.co/45tEPREh0p
- Meet the inventor of the buttscroll: https://t.co/APspT9DXJl
- How about @github dials down on all the vanity metrics they abuse to quantify human skill on user profile pages? That's what turned @hacktoberfest into a shitshow. https://t.co/XbvLgkLBxL
- It's @borderless_dev. Now you know what the "borderless" stands for. https://t.co/n98TldguXO
- @_asa I've switched from Mocha to Jest a few years ago and still enjoy it. It's reasonably fast, works well with Typescript, has a good watch feature, and the mock helpers are great.
- @_asa https://t.co/lr5ZHJxHBs
- @jaredwolff @NordicTweets The PR has been merged (https://t.co/7P3fBjGYVa), you can now point the docs to https://t.co/zCHSNwwbb1 again.
- Amazon Timestream is now available and it's a dB optimized for IoT, in the middle between Aurora and DynamoDB: https://t.co/cuAcUvzhNp I'm looking forward to add it to @bifravst, because managing Aurora schemas is a little clunky.
- I think the road to Smøla offers way more spectacular driving at the Atlantic Ocean compared to Antlanterhavsveien. #Norway 🇳🇴 https://t.co/PC50PKy2sR
- https://t.co/IZu1Vv1I5t
- @MHanasand It was ten years ago, when we did that trip (Stavanger → Bergen), so I don't remember.
- @pati_gallardo @mite, then @harvest.
- @pati_gallardo @mite @harvest Mite has great and easy UI and many integrations because of their API. I used it for years and the way it allows to bill hourly but also set a budget (I did both kinds of projects) was great.
- It's 2020 and still white dudes in tech didn't get the memo: our most important skill is collaboration, not gatekeeping.
- @borderless_dev https://t.co/PzBt2h2GTw
- The founder of @DistributeAid is in need of a decent, workin, Laptop (her's has a broken keyboard and is in general bad shape). She is currently in Athens, Greece, so if you know anyone locally providing used laptops for non-profits would be greatly appreciated!
- @pati_gallardo Howly shit, this is terrible. In what world is consent a legal contract?!
- @pati_gallardo GIFs to the rescue: https://t.co/WhAMDTJbLA
- @DistributeAid "we can help arrange shipping" https://t.co/0QK57naJyA
- I'd say it's way less cumbersome to get it to work. But still not "easy". https://t.co/viVJ4cARj0
- Woha, what a banger: https://t.co/QDRnGEZIUX
- Back in the day, we had a VERY LOUD speaker in the kitchen of our office going off when our servers went down. That created a huge incentive... Bugs annoy users, sometimes it helps to annoy developers, too. https://t.co/7Us9O115t0
- #NewWork von den Unternehmer:innen lernen, die es seit Jahren erfolgreich selbst praktizieren: https://t.co/gSdKr3AJfs
- I guess I need to buy a new graphics card after all, on company budget :-) https://t.co/z4NvQcCXVd
- I guess NVIDIA needed to find a new purpose to use their high-end GPUs after Bitcoin crashed and miners no longer are buying up all cards: https://t.co/Mz5kiUfRkf https://t.co/bVQAAztpue
- #GraphQL Anti-Pattern: not expressing a graph, but doing REST all over again. Keep your top level Query lean! https://t.co/RgzZ83jOgO
- @da_berni_ Right, multiple "entry points" to the Graph, especially when they are primary Domain Entities, is fine. Your Query is then { books { ... } } which is good.
- @pati_gallardo @turtlesec_no Lovely!
- Exhibit A: the startpage of my Norwegian bank, @SpareBank1SMN. https://t.co/aYkXiMDYul https://t.co/O4GRwkj6mF
- I've been doing static sites myself since 2015 for https://t.co/61VHtPtN5k, and I think it's time to switch over to @GatsbyJS. The current codebase is from 2017 and outdated too much to make the effort to kick the can a little more: https://t.co/mBwEqa2YAj ...
- @GatsbyJS ... JS projects don't age well. :/
- @lxztlr I already have built multiple sites with Gatsby, and I like the GraphQL way of managing content and that it uses React for layout. It also works well with headless CMSes (I use @contentful). I don't see any downsides. So I'll stick with that.
- .@github DON'T EVEN THINK ABOUT IT! https://t.co/2R5Vud1h1C
- On November 5th there will be an International Digital Job Fair focusing on entry-level IT jobs: https://t.co/3pRo9JjUAu - sign up until October 16th here: https://t.co/7thMjBqBum #jobs
- @EdyBolos @github https://t.co/q7QaJDLUkm
- ... and drop I.C.E.! https://t.co/ITuLaEwsWC https://t.co/8HoYP19QEe
- There is a reason, it's called the Peter-Principle. https://t.co/BvYqxO9rdZ
- Exactly what I've built for https://t.co/DKMwT4R9go Blog post: https://t.co/locvNhbjvW https://t.co/5FaAMKqDs6
- I've tried to build something with a no-code platform tonight. I haven't been infuriated that quickly in a long time. It's like baking pizza but you can't open the oven, all the ingredients need to be squeezed through the ventilation grille, while it's hot and burns your fingers.
- Signed. https://t.co/zciavAyr58
- The setup for AWS is done and I have the first CI runs on GitHub actions hitting real hardware! No assertions, yet, but I already have the log output from the device available. 🌩️ https://t.co/QVZdH1IlJI
- Next up is coming up with a way to describe assertions against the log output.
- Given a log output (from a test run on real hardware), I want to express assertions against these logs. Are there any existing test frameworks that use that approach? It's like #BDD testing, but without any interaction (the firmware can be configured to behave in a certain way). https://t.co/T1p1MQ2Y3j
- If you are into Social Media and #Norway 🇳🇴, this is for you! https://t.co/bIXq4FyH1M
- @c089 Yes, effectively this: Tests would be `Assert the the output does not include "Error event"` but also more complex state transition checks: `Assert that log output includes "CONNECTING" and is followed by "CONNECTED"` - I am looking for examples how to structure these tests good.
- @c089 We have compile time switches (and run-time configuration through IoT device shadow) to influence, e.g. if the device turns on GPS, for how long it searches for GPS, if it starts a firmware update, etc. So I can put it in a "demo" mode where it runs through a set of processes.
- @c089 Yeah, I can do this for some higher level components, e.g. the application, but this wont be possible for lower level modules. Some of them are closed source, and 3rd party.
- If you want me to speak at your conference, you better can explain why. Otherwise it does not build trust into the way content is curated for your event.
- @WalterStephanie Preview.
- @Stephan_Strange Naja, das sollte für eine Fachkonferenz kein (zudem sehr subjektiver) Massstab sein...
- Uhh, I discovered that Pandoc can generate PowerPoint files ... so right now I'm hoping that I can put off finding a Windows PC until I'm finished with my slides and only copy and paste stuff into our corporate master template at the very end. https://t.co/u58DlIAdNn
- The `--reference-doc template.pptx` trick however did not work for our template.
- @ConfBuddy @dc7590 @unkonf Note that this is from last year, for virtual conferences we see it's often much easier for first timers to participate. That's why there is no VirtualConfBuddy.
- 10 days left to apply to our open positions in #Oulu 🇫🇮: https://t.co/PQzXx9qu5D - we @NordicTweets are hiring especially for engineers with #IoT experience! #Jobs https://t.co/NRxBSbFQMg
- @lisacrispin @NordicTweets Lisa, I am envious of the team @OutSystems you started to work with ... I think you can go wherever you want, every team will be lucky to have you!
- @lisacrispin I guess the Donkey would not be so happy about the rather cold weather in Oulu...
- @VolkerGoebbels How?
- @VolkerGoebbels Sounds like the true Azure Portal experience. ;-)
- @VolkerGoebbels Good options exist (like https://t.co/9cdqrXNZDQ) ... so I guess this is a case of "not invented here" syndrome.
- I mean, how BORING would my job be if I would know exactly what to do in advance. https://t.co/r4FK7bYIX3
- @VolkerGoebbels Yeah, Zoom with breakout rooms is lacking a good chat / notes solution.
- @agroebbe I'm talking about MY job. Not anybody else's.
- In N.Y.C., the Coronavirus Is Killing Men at Twice the Rate of Women: https://t.co/BlXFHEMB9O
- That's a valid question: Zara is one of the most agile clothing manufacturers, so if they start stocking up on something it's a signal of real trend. Their turnaround time is two weeks. https://t.co/fBt5hlei8j
- @pati_gallardo The thing is, meetings have a fixed configuration of people, which creates a fixed ad-hoc hierarchy. For virtual meetings this never changes. Physical space provides multiple opportunities for reconfiguration, and therefore create more opportunities for everyone to speak up.
- @pati_gallardo It's the diplomatic backchannel that's hard to maintain in purely virtual discussions.
- @Der_Pesse @c089 Also important to note is that there are roughly 100.000 jews living in Germany. So their opinion will have little impact in a public opinion poll if participants are distributed according to the german demographic.
- @RidingWolf @c089 Are you fixed on NVIDIA? Because AMD's new GPU will also be out soon.
- @c089 @RidingWolf NVIDIA on Linux (using binaries) is really fine these days.
- @c089 I wonder if another contributing factor to reduced sponsoring effort is that bundlers are an obsolete technology.
- @RidingWolf @c089 Don't go for an ITX with the RTX 3080, you need sufficient space for air cooling it.
- @c089 @dtanzer @SamirTalwar Might be fine if they just change it to "Horstentwickler".
- @RidingWolf Which one? (I'm interested because I am casually scheming to build a new desktop in 2021, the current one is from 2012, my XPS13 from 2016)
- @RidingWolf Watch out, not all 3080 fit this case: https://t.co/ILM2CI6OAl
- Lambda Extensions allow to instrument requests with zero overhead for the request and clean separation from the function code - great for monitoring: https://t.co/f4ZulfRIec
- The micro:bit now comes in the size of an iPad?! https://t.co/lHTAYC1fZK
- We @NordicTweets are looking for a C++ systems developer to join us here in #Trondheim: https://t.co/IAuS2vqCq7 Relocation is covered through @OnboardNorway! #job #cplusplus
- I think this is the first time we have a vacancy that mentions @rustlang. https://t.co/h31uAbZzcX
- Norway 🇳🇴 × Timelapse × Dream Dance https://t.co/rmIHdv2aGM
- @pati_gallardo We just opened this position in Trondheim, Norway or Oulu, Finland yesterday. Relocation to Norway is covered! I know this team personally well, happy to answer questions! https://t.co/ihDpiTBgxB
- @powtac Anlegen ist ja nicht schwer, der Storytelling-Teil ist entscheidend.
- @Lynoure @DistributeAid
- @powtac Grob welche Art von Produkt?
- @pati_gallardo I love spiral wrap to turn multiple cables into one. https://t.co/Jntjc9QKkd
- @pati_gallardo I haven't bought it in NO, yet (still have a bigger pack), but https://t.co/zvOONeTOvV or https://t.co/oPBt3cDb6M sell them.
- @DenizaHelic @pati_gallardo Hva heter det der?
- @Ravetracer Gute Genesung!
- Nobody wants to see #manpanels any more. https://t.co/JJSDFJ9xtl
- @tmclaughbos If you use `console.log` the CloudWatch logs will contain the request ID for every line. So there is no need to pass around a logger instance. https://t.co/ndecNs75Ei
- @tmclaughbos I would separate these concerns Let the lambdas write logs using console.log (they can use console.log(JSON.stringify(...)) to write JSON Log Events. Then set up a Subscription Filter, to stream the log entries to Splunk: https://t.co/D23zHU5gEa
- I know you are wondering ... yes it also runs DOOM: https://t.co/5rQIVVq4Le https://t.co/xmbieuejoa
- @Argorak 2 Bit texture, I guess ...
- @pati_gallardo Work with friends.
- I managed to fix my favourite headsets plug! The microphone was dropping out and soldering a new one fixed it! https://t.co/NGGGXOKkT2
- @tmclaughbos If you need certain properties in the logged JSON object (or message) provide a wrapper function around console log that enforces teams to provide them.
- @tmclaughbos So, you have your answer.
- Final step was running PowerPoint on Linux: download Windows 10 developer VM (https://t.co/EAuup8ylrQ) ... and install Office through https://t.co/3rnC9FQaRJ using the Company account.
- @tmclaughbos Sorry, but why wouldn't this work? https://t.co/jY3IoSTo8b
- Got a nice intro to doing TDD on embedded using Ztest (@ZephyrIoT integrated unit test suite): https://t.co/Te6N5CaYeA Even supports mocking!
- @tmclaughbos In the approach I showed you, there is not instance passed around. import {logger} from '@acme/logger' logger(...);
- @tmclaughbos Ok, we are getting somewhere. Previously you talked about the RequestID which is automatically logged in Lambda. I don't know a clean, robust way to solve this without passing a reference around, because lambdas handle multiple requests.
- @tmclaughbos However: I don't see why all context needs to be logged all the time. You can group all log messages by request ID, so the metadata that is captured will be in those log messages.
- .@Step_up_One trains refugees in social media skills, and now you can hire them here: https://t.co/FyzIR4KosL https://t.co/odlxDhdQ3Q
- Testing recording PowerPoint in VMWare on Linux using OBS. Should be fine :-) https://t.co/0BQaDNoZBN
- @RidingWolf look, a riding wolf. https://t.co/YtqTKutnpI
- @RidingWolf @OptimumTechYT Have you seen the https://t.co/ojJxzzPFB8 ?
- Check out my webinar next Wednesday that will give you an overview about some of the things to look into that happen between a #cellularIot device and the endpoint it connects to. #iot https://t.co/UQD1EoheTy
- @RidingWolf @OptimumTechYT @NadaOverbeeke Well, put it on the left side (seen from the front), it still will work, there is no air intake from that side.
- @RidingWolf @OptimumTechYT @NadaOverbeeke Oh, it has a mesh on the side, but if you but the feet under there it would be sufficient.
- @RidingWolf @OptimumTechYT @NadaOverbeeke I am considering this setup (with vertical mounted GPU and Watercooling at the bottom, but then turned on the side (because the AIO should not be below the pump): https://t.co/0s4C1Ifpwz
- We recently learned that AWS IoT now requires SNI. But not really. tl;dr> Devices connected to AWS IoT currently through MQTT and not using SNI won't be affected and will keep working with AWS IoT. https://t.co/4IUlRmsO1J https://t.co/MeRas8YknO
- @RidingWolf Why don't you a monitor arm, that lift those up a little?
- @RidingWolf Exactly the point why I would flip the case on the side.
- @RidingWolf My favorite right now is the Define Meshify C (it's not as optimal in space, but that's not so critical for me). You could mount the case under the desk, though ...
- @RidingWolf Define Meshify C Mini.
- @RidingWolf Uh, the https://t.co/TMQa95JQsx looks great, price is WTF but, the formfactor is exactly what I want.
- @kamilleblumm @nelisboucke We picked one based on educational value: https://t.co/sztHZSLWjw
- @RidingWolf I really like the case: https://t.co/kYfqZpnuwi
- @phpugffm Flashback! https://t.co/C27KyOrIkK
- @meikeco 100% mehr als in den Bussen in Trondheim...
- @RidingWolf Let me know how it goes. We had the v1 for a while and sold it again because it was too slowish, and sorting/finding documents was PITA.
- How evil people format dates: 19-10-2020
- @NMoutschen Arguable not all of those are writing code that formats dates.
- I'm literally using a fork (6 pronged) to program a #nRF9160. It's the worst... https://t.co/Ml8hPVnJ22
- @jrosaproenca Yes, as I said, EVIL! https://t.co/zSdqUCyMhl
- I've finished my conversion to @GatsbyJS ... I've kept @contentful but now have implemented it as a transparent responsive image proxy: during deployment images in the source are uploaded to CF and used in-place. Content is now maintained entirely in GitHub (Markdown), ... https://t.co/bOAMmYVUYu https://t.co/6TWwuTCTRK
- this improves the editing experience for me and provides an awesome combination of having a vendor-independent source for the website content but with the power of a headless (and now UI-less) CMS.
- Having responsive images adds a great touch for visuals, and also keeps the performance high.
- @jaredwolff Yes, I have that, thinking about soldering it on...
- @malienamadrina https://t.co/werGd46Ln8 ist auch sehr gut.
- Join me tomorrow 0900 and 1700 CEST for a webinar about cloud connectivity and protocols for #IoT: get an overview over the important factors to be considered when picking the right solution for sending your #cellulariot products' data to the cloud. https://t.co/xU8gWmDcSs - https://t.co/0guhJGaImI
- Hm, that maintenance was AFAIR not announced, also no word on @dd24. Any plan on when things will be back to normal @key_systems? https://t.co/F2y8k9Qj1D
- 2020 winners of the JavaScript Open Source Awards: https://t.co/LbCt9dHjex
- @alex_schl I'm so sorry for your loss. I wish you and your family strength to get through this together.
- https://t.co/xU8gWmDcSs https://t.co/tvmoxxILrQ
- Norwegian Startup Chart of missed opportunity: via https://t.co/ejJrO6EFq7 https://t.co/DyVw93yDmP
- The new site is now up at https://t.co/UmLv4EUdWQ. Source code can be found on https://t.co/mBwEqa2YAj https://t.co/8Ulv0L5aCo https://t.co/OQHqaBXCCG
- Trying to fix a flaky test which is not flaky when I need it to be. https://t.co/Glksas15Ep
- @jrosaproenca @lisacrispin Then I totally not be surprised and asking you WHEN CAN I SEE IT?! https://t.co/sAfkkmmFp6
- Give your employees the time and the mandate to listen and to help each other. Then watch the magic happen.
- In case you missed it this morning, we'll have another run in 2 hours (1700 CEST). https://t.co/j0LDsv0wLL
- TFW you THINK you have found the problem.
- @SamirTalwar I wish more founders would understand that VC funding is not there to help them grow the company they want, but to ensure an above-market ROI for a financial investor.
- Ik vraag iedereen die van de natuur houdt een foto te plaatsen. Een foto die jijzelf genomen hebt. Alleen een foto, geen omschrijving. Het doel is om een beetje rust en balans in de negatieve sfeer te creëeren. Doe je mee? Kopieer deze tekst en plaats een natuur foto op je TL https://t.co/snLqi9sDVo
- @RidingWolf @tdpauw https://t.co/3fCdvA6pyH
- @pati_gallardo @FINN_tech @emil_no Well, if you pay professionally, professionals will show up.
- It so easily happens with Jira (and other bug trackers), because there is no commitment involved. It does not ask: - will you (reporter) commit to test the solution - will you (developer) commit to maintain the solution - which user is impacted by this with which cost https://t.co/Ee4hgZrDba
- @byteborg Yes, @NordicTweets will publish the recording soon here: https://t.co/xU8gWmDcSs
- RT: https://t.co/jqtZzoPhBX
- @pati_gallardo https://t.co/yM332vzvyV
- We need this for @codefreeze_fi 2022! https://t.co/R5BDlx7cmT
- @rinkkasatiainen @codefreeze_fi @SoCraTes_Conf Ah, too bad they don't make a Vodka.
- Still struggling with my flaky e2e test, and some AWS HTTP API woes: https://t.co/9m9bHOrtYm
- Cloud native is when console.log takes 10 minutes to return output.
- FUCKING TO THE POINT https://t.co/z062d7wQC7
- @einarwh It kind is violent having something like this on all day! https://t.co/qIi6eWJtdH
- In case you missed my webinar on Cloud connectivity and protocols for the Internet of Things yesterday, here is the recording: https://t.co/DmNwnHZx6K #iot #cellulariot
- Slides: https://t.co/HZL5ZL4kAY In case you would like to see the Q&A head over here: https://t.co/8sWJ8xO1LK (starts at 46 minutes).
- @byteborg https://t.co/PtAuu0KZSD
- @betsythemuffin https://t.co/EZgNmx9smr
- @MaritvanDijk77 Much so.
- @byteborg Glad you liked it!
- @malk_zameth Maybe watch what Bill has to say about that: https://t.co/re3wkgEvsj
- I know it might be too much to ask for the image that @scooter_techno caters to, but Techno is about unity, and we can only be good to each other if we FOLLOW THE RULES AND WEAR A FUCKING MASK. https://t.co/I89Ae5NCV9
- @pati_gallardo Personally: I have two Synology NAS with RAID 1 mirroring. And I always have a copy of the important files on my laptop. All is synched so we would need to lose 4-5 systems for a total loss. Professionally: put data on AWS S3.
- @pati_gallardo I've used inSynch in the past for having backups in a business where we were using Drive: https://t.co/z77nh8ZqPG It now also handles automatic conversion (so you have a so so backup of the native Google Drive format).
- Those have been handled, I now have more data to better pinpoint the issue AWS ApiGateway's HTTP APIs sometimes don't work: https://t.co/FzuT7PlRro https://t.co/YeygQeGGXA
- @jan @Hagenburger https://t.co/wQqIVwN6Gk
- Accessibility features help humans and robots! https://t.co/Ekq3MwWqw0
- @flowchainsensei It's a key enabler.
- @flowchainsensei Looking forward to reading your insights!
- @flowchainsensei I think it's value is clear, and I believe you know that. @nicolefv has put it so nicely. So what are you trying to say? https://t.co/yOxqNXV4Go
- Somebody wrote that they liked my lightning talk about Call for Papers highlighting the things you need to consider when applying for a conference, so I think it's time for a reshare: https://t.co/D87V0Yrfne Blog post: https://t.co/PpojhMeuIy #cfp
- @flowchainsensei @nicolefv I guess it's Halloween, so it's time for a good scare!
- @agroebbe I personally have anecdotal evidence from 20+ years of working as a software engineer that testing does provide clear benefits for the entire software lifecycle. Which does not mean that different approaches wont deliver good software. I just haven't been part of such a project.
- Project Eclipse is a full stack -from sensors to analytics- air quality sensing platform for cities built using the #nRF9160. #smartcities #healthiercities https://t.co/M0iZ4jVBAt https://t.co/yCdBJAC7yz
- @emsuiko Haha, no. The developers I look up to all pick the companies they want to work for and avoid interacting with recruiters or platforms. Especially platforms are the worst way to find out if a company is a good match for you.
- @samlbckn @emsuiko I did not talk about the interview. That would be the same.
- @samlbckn @emsuiko I find out about whether a company is a good place to work through word of mouth by talking to its employees, meeting them at conferences, looking at what they share on Twitter, on the companies GitHub account, in recorded talks, event sponsoring, ...
- @samlbckn @emsuiko Platforms provide a very filtered, polished and streamlined view onto a company, and focus mostly on matching skills to job descriptions. And while this is nice way to filter candidates, the match on a few keywords is an entirely random and will not tell me if a job suits me.
- "If your sites live on modern hosting that provides a CDN and supports HTTP/2, you can drop the third-parties and should ship all resources yourself. Relying on a third-party provides little value in 2020." https://t.co/uN1uZLIG3h
- @type__error Kind of a bummer for @skypackjs's Pika CDN. https://t.co/njSPEglBxK
- A little note here: do not use the connectivity statistics in applications which use the LwM2M carrier library. This library manages the collection of connectivity statistics and will turn them on and off on its behalf.
- If your application interferes with this statistics collection it will result in incorrect measurements in the carrier's device management solution.
- I want @auth0 but all configuration needs to be maintainable in the applications repo. No angry fruit salad of UI to deal with. This is part of the application, it needs to live alongside the code. Does this exist?
- @lxztlr Yeah, I am using Cognito very often, but for this case we won't be using AWS and thus IAM so the value is quite limited, especially given that Cognito is terribly complex, offers not easy backup/takeout, ... So, I am looking for the Netlify/Algolia of Authentication.
- @maaretp It creates a clean history in the main branch: https://t.co/vN25juxvkQ
- TIL: anyone can attach commits to repos they don't control. 🐞💣 https://t.co/SpKZlKENsK
- It does not show up directly in the source repo (and won't be included in a checkout), but you can use it to trick somebody into believing a commit is authentic.
- @Argorak Yeah, but I could register a fake account that looks just like yours, and sign the commit. So people would have to compare PGP keys.
- @PatrickHeneise @auth0 Do you have an example somewhere?
- @fhinkel But some locks down tomorrow. https://t.co/puKj5dZ7wB
- The sun is already gone short after 1600. #trondheim 🇳🇴 https://t.co/DjtBYnigYb
- I've now written the first #gherkin #bdd features for testing the @bifravst firmware on real hardware: https://t.co/yuhVZ7g6rV I think that's a good way to express what should happen when the firmware is running. Here is another example of a feature: https://t.co/XVjnEOi0Np https://t.co/PxC2g9QhZi
- @fhinkel Like this? https://t.co/yduMyGEjMz
- @PatrickHeneise @auth0 Use the Node.js API allows you to have the secrets in environment variables: https://t.co/P1yvulRhAo
- @PatrickHeneise @auth0 Yes, looks promising so far.
- This is the test platform that we use to run the @bifravst firmware on real hardware for every commit. See https://t.co/bBX74kRJEw The tests are expressed using a #BDD style, written in #Gherkin: https://t.co/whGJ5YWK0c https://t.co/xJwxIiGxDG
- The test run looks like this: (blue lines are the ones matched from the device log) The implementation of the CI runner is also written in Node.js and runs on the RaspberryPI: https://t.co/xM2OzBDbbw https://t.co/X7w0IHQjAH
- Here is how I did it: https://t.co/hVsmEsS2bH
- Uh, $999 for an RX 6900 XT? Sweet!
- .@Helsedir do you need help with that? https://t.co/ZwyuGSQEwt https://t.co/n997dXVFT0
- @pati_gallardo I think this is the more relevant chart these days: https://t.co/ZwyuGSQEwt https://t.co/0FbqhYgO7k
- @pati_gallardo Yes, that's the downside. I expect them to rise more, but for me this is a better measure of how the effect of the pandemic. It can't be used to predict which measures to take today, it would already be too late. The numbers in Germany could show what might happen here. https://t.co/ZiKykHDRWc
- Going to screenshare with the #AWS support later about this, this shows me that the bug I am trying to pinpoint is not a simple fix on my end. Just computers, being computers. https://t.co/NbfCfNPKf5
- https://t.co/zujge0yCqJ
- Pretty important point that Kristian Sæther is making in his @NordicTweets webinar on how the #nRF9160 enables #cellularIoT asset tracking: sending data is a magnitude more power expensive compared to computing on the device. Put more logic on the device! https://t.co/hzKycVnoeP https://t.co/J7mzkG1Ti9
- @Ocramius @heroku @giantswarm
- @Ocramius @heroku @giantswarm Yes, but isn't that what you asked for? A managed k8s?
- Option 1 (add $default route) did not improve the situation. Now I am adding an additional route to the HTTP API after CloudFormation/CDK is finished deploying: https://t.co/pXjkvGMowc ... looks promising so far.
- Scary stuff! https://t.co/nT4qsLUArm
- @Jen_BMJ :/
- @mattsches Zeitreise und so. Die Discovery ist sicher nicht das einzige Schiff dass mit einem Batzen Dilithium ankommt.
- Hei @ollispieps, @gsaslis, @Poschi3 could you have a look at https://t.co/4o32MYsedk ? We are trying to get all conferences featured on https://t.co/zCoTsgR8yL to have a Code of Conduct.
- @mattsches Lt. Cmdr. Paul Stamets wars!
- @Poschi3 @swe_camp Yes, thanks. I am trying to get to the right people to make this happen.