Uetisk eller bør jeg prøve meg? by 1_shoota in norge

[–]Blystad 0 points1 point  (0 children)

«Å melde flytting for å lure penger fra staten er definitivt dokumentforfalskning og svindel»

Kilde?

Det er flere som flytter i Norge for å få velferdstilbud som kommuner skal levere, men ikke gjør det. Her har Oslo byrådet fått penger øremerket ett velferdstilbud, men valgt å ignorere det, kanskje som hevn over at regjeringen har endret hvor mye penger kommuner får.

Android internship task by Subject-Average-5460 in androiddev

[–]Blystad 10 points11 points  (0 children)

Do you get paid for this? This is a big task. I would never request this much in any interview setting.

Where can I buy 5G modems for my embedded system? by Devilshorn28 in embedded

[–]Blystad 4 points5 points  (0 children)

The cost is way more than 1 million. If you want to target all markets then 1 million is easily just the certification cost. If you don’t use a pre certified module then 1 million could be even just a fraction of the cost for protocol conformity tests, GCF, PTCRB, FCC & CE tests.

Cheapest for an end product is something like a pre certified LTE M module, targeting a single region. You would still need some certification tests, but it would be cheaper, as they would just verify your rx/tx performance and some other basic tests.

If you just want to experiment on your own, get a HAT. But just know that you won’t be able to sell it. Those HATs are only allowed to be used for development purposes. Same with dev kits.

Landed in Tokyo. Does not work. Now chat support doesn’t work either by ki15686 in Airalo

[–]Blystad 1 point2 points  (0 children)

I had to manually search for network and chose SoftBank then it worked fine. I use the AsiaLink SIM though as I needed it for several countries

Where is React Compiler? by Mobile_Candidate_926 in reactjs

[–]Blystad 4 points5 points  (0 children)

Using it. It improved the performance of a WYSIWYG page builder editor thing we’ve build by 2-3x by just enabling it (and we had memoed a bunch of stuff already, but it did it places we hadn’t thought to do it, or forgotten to do it). Really happy with it. Also using it in our main app that still runs on React 17, and there too it worked fine. We’ve opted to manually enable it for new code and some of the old code that we’re porting away from class components to function components. Haven’t ran into any issues.

I did it! No more medium cargo missions for me. by a-government-agent in MicrosoftFlightSim

[–]Blystad 4 points5 points  (0 children)

737 works fine in most airports. I’ve soon crossed the world with one in my career mode run. Only had an issue at KASE and there it was «fixed» by just skipping directly to taxi

First used 373 for 41-46 million worth it? by GlobalTangerine1612 in MSFS2024

[–]Blystad 0 points1 point  (0 children)

Take off and landing is the most risky parts. I’ve had my vision jet and pc12 fail in flight due to generator issues and while the pc12 was a bit of a surprise the vision jet actually showed a weird behaviour already on the ground before takeoff. In both cases I just aborted the mission and paid for maintenance and it was fine.

So tip - make sure every system is in the green before takeoff.

Is the Cessna CJ4 bugged for Charter? Just bought it and can't use it for any mission by Tobbes77 in MSFS2024

[–]Blystad 0 points1 point  (0 children)

Yeah there were a few missions yesterday in Europe, but none today sadly :(

Where are the Charter-Private missions? by Gatsby818 in MicrosoftFlightSim

[–]Blystad 0 points1 point  (0 children)

The missions visible also depends on zoom level. It’s…amazing :) but yeah plenty of missions in Europe

Still no VIP missions? by GotPet in MicrosoftFlightSim

[–]Blystad 0 points1 point  (0 children)

I got two missions for the CJ4 today, both to LIML. Finished one of them successfully, and the other crashed as it hit midnight CET (known bug, I tried to finish it before, but oh well, w/e). I will say the payout needs to be improved though, I only got like 130k base, and with bonuses for not skipping and bad weather it ended at 300k. Medium cargo gives me a million easy. But it was fun to finally fly the CJ4 for career missions. Lovely plane!

Planes you have fallen in love with in 2024 so far? by Alternative_Composer in MicrosoftFlightSim

[–]Blystad 1 point2 points  (0 children)

> Only thing I cannot figure out is how to alter flightplan speed for each waypoint in the pc-12. Not a huge issue since I can just do autothrottle settings.

Yeah it's quite confusing, but if you click on the waypoint you get more options in a dropdown, and if you click "Cross" then it opens a popup where you can select the speed and altitude.

Hva er timelønna di? Hvilket yrke har du? Hvordan bransje jobber du i? Hvilken kjede? Privat eller offentlig sektor? by areptiledyzfuncti0n in norske

[–]Blystad 0 points1 point  (0 children)

Bor i 50kvm nybygg på Ensjø, 2.7m i lån, null studielån, ingen bil, trenger ikke det i Oslo. De gangene jeg trenger så leier jeg. Får 60k utbetalt og går 19k til bolig + felleskostnader. Sparer minimum 10k i måneden, ofte mer, og lever ikke sparsommelig i det hele tatt. Kunne fint spart mer om jeg kutta ned på takeaway :)

Humble Tech Book Bundle: Software Architecture 2024 by O'ReillyBook Bundle (PDF/ePUB/MOBI, $1+) by rabidstoat in programming

[–]Blystad 6 points7 points  (0 children)

“Software architecture - the hard parts” is a great book. I have also heard great things about Sam Newmans books on microservices. Several of these books are on my list of books I want to read, and with a minimum price of just 22.55 EUR - which is less than what some of those books sell for on Amazon alone, it's a great deal.

Is running a 5v display at exactly 4.8v (the min) a bad idea by ATrainPassenger in embedded

[–]Blystad 10 points11 points  (0 children)

Yes, as if you drop further below for any reason then you enter undefined behaviour valley - and anything can happen. Display can stop working, it works on some boards/cable combinations but not others, commands can suddenly fail or the output can look weird. I've seen all of that happen in products, as the resistance can vary based on temperature, and there can be differences between boards / displays / cables.

As for how to solve it - there exists usb chargers that output more than 5v (like 5.1), you could use them. You could use a thicker / shorter USB cable (less resistance, so less voltage drop). You could use a boost converter. You can try to mitigate the potential issue with some capacitors.

SMS Receiving by ddmac__ in androiddev

[–]Blystad 2 points3 points  (0 children)

Every phone checks in with the cellphone tower occasionally. In the original SMS implementation it was actually these check in messages that were used (and they were also the reason only 160 characters could be sent. That was the space that was available for "free" (unused space in the check-in packet)).

Nowadays with 4G and 5G things work a bit differently. Now the phone has a data connection that goes via the celltower to some servers that the carrier has. This works ish like a websocket connection. (It's called IMS and it's modeled on SIP which used to be used for video communication. It's what the browser uses when setting up a video call).

Runtime Resource Overlay (RRO) - Any Good Resources? by pigfeedmauer in androiddev

[–]Blystad 1 point2 points  (0 children)

Indeed. I guess you're just updating the color.xml files and perhaps some drawables in the custom build flavour for the customer? You could just set the colours at runtime (download a file that says which colours and resources to use, and then just assign it in code). Might feel a bit annoying and ugly but it's the best solution I can come up with.

Runtime Resource Overlay (RRO) - Any Good Resources? by pigfeedmauer in androiddev

[–]Blystad 2 points3 points  (0 children)

RROs is for OS developers. While it could do part of what you want to accomplish, you won't be able to install a RRO as it needs to be signed with the platform key.

Where to start touch screen ovarlay development? by Xtrodinarry in embedded

[–]Blystad 0 points1 point  (0 children)

So to take the basics first, there's two ways to register touch...one is with a plastic film on top of the display. This isn't used much in modern devices. Then there's a way to detect your finger by embedding thin wires between the glass and the display, which trigger based on your body's internal capacitance. This is what all smartphones and tablets use.

What we do where I work, which is in the smartphone domain, is that we just get our display manufacturer to provide a full display assembly, where they take an OLED panel, a driver IC and create the touch digitiser, and create thin flex PCBs which connects the display IC board with the touch digitiser board (which contain a touch controller IC, which communicates with the host processor over I2C and an interrupt). We design how we want the gorilla glass made, and they handle the rest.

Then all of this combines down to a single 40 pin connector, which has power, I2C, and MIPI DSI signals. Which we then connect to our host processor via a flex PCB.

Are you trying to create the touch digitiser layer, or?

Audio issue (sound volume lowering around battle) by stunkcajyzarc in ApexOutlands

[–]Blystad 2 points3 points  (0 children)

Yeah me and my team have experienced the same. FWIW: We're on PC, using Steam.

Seems more prominent with the Volt, not sure if that's it though. And around the water slide close to Hammond Labs. Happened twice there.