HN user

farmerbb

1,696 karma
Posts61
Comments77
View on HN
aob2f.substack.com 2d ago

The AI hype is a mass psychosis echo chamber of incompetent individuals

farmerbb
39pts10
meatfighter.com 8d ago

Ibid

farmerbb
3pts0
www.wheresyoured.at 3mo ago

I Will Never Respect a Website

farmerbb
3pts0
old.reddit.com 3mo ago

I'm a 30-year veteran SWE, and my industry is currently overrun with addicts

farmerbb
17pts8
www.anildash.com 3mo ago

What do coders do after AI?

farmerbb
4pts1
blog.exe.dev 3mo ago

Everyone is building a software factory

farmerbb
6pts0
landaire.net 4mo ago

Reverse Engineering Binaries with AI

farmerbb
3pts0
32bits.substack.com 4mo ago

Extending the Demo: Destruction Derby

farmerbb
2pts0
medium.com 5mo ago

I Built a Roguelike RPG Card Game with Compose Multiplatform

farmerbb
1pts1
virtuallyfun.com 10mo ago

Unauthorized Windows/386

farmerbb
3pts0
rsheldiii.github.io 1y ago

RP2040 Business Card

farmerbb
1pts0
thenewstack.io 1y ago

Amex's FaaS Uses WebAssembly Instead of Containers

farmerbb
3pts2
committing-crimes.com 1y ago

Jitpack.io – Dangerously Simple

farmerbb
3pts0
old.reddit.com 1y ago

Moving to ChromeOS: By a Windows Dev

farmerbb
3pts0
fex-emu.com 2y ago

FEX 2407 Tagged with AVX

farmerbb
4pts0
kotlinlang.org 2y ago

What's New in Kotlin 2.0.0

farmerbb
124pts32
www.romainguy.dev 2y ago

Down a Rabbit Hole

farmerbb
1pts0
www.youtube.com 2y ago

Recompilation: A New Way to Keep N64 Games Alive [video]

farmerbb
42pts9
fabulous.systems 2y ago

The Broken Source Code for MS-DOS 4.0 Has Been Restored

farmerbb
2pts1
medium.com 2y ago

Porting 8-bit Sonic 2 to the TI-84 CE

farmerbb
102pts30
fredericb.info 4y ago

Breaking Secure Boot on Google Nest Hub (2nd Gen) to Run Ubuntu

farmerbb
2pts0
www.xda-developers.com 4y ago

The impossible port: how Quake was ported to the Game Boy Advance

farmerbb
2pts0
www.glennbroadway.com 4y ago

Funky Monkey – An Unfinished Amiga Game

farmerbb
1pts0
chromeos.dev 4y ago

Desktop AVD in Android Studio

farmerbb
2pts0
techcrunch.com 4y ago

LottieFiles raises Series B to make the animation format even more ubiquitous

farmerbb
1pts0
blog.beforemario.com 4y ago

Nintendo leaflet in 1975 toys trade magazine

farmerbb
1pts0
old.reddit.com 4y ago

R/place Datasets (April Fools 2022)

farmerbb
3pts0
jakewharton.com 4y ago

Slope-Intercept Library Design

farmerbb
2pts0
github.com 4y ago

Fully-featured Doom port for the Raspberry Pi RP2040 microcontroller

farmerbb
4pts1
en.sega-dreamcast-info-games-preservation.com 4y ago

Duffy's Dreamcast Collection

farmerbb
1pts0
When 2+2=5 17 days ago

Hail to the Thief is a goated album. The live album of HTTT performances that Radiohead released last year is a pretty great listen as well, band sounds like they're on fire.

The smartphone tooked this further

Normally I'd laugh when I see a silly typo like that, but nowadays it's refreshing to see a thoughtfully human-written article with little imperfections here and there.

Thank you for writing this piece, resonated a lot with me. Looking forward to reading more from you in the future.

Lunar Flyby 4 months ago

It looks like changing the `~large` in the image filename to `~orig` gets you the full size versions.

If you're using an HDMI converter then that's most likely your reason for Hydro Thunder not working. Hydro Thunder notoriously doesn't work well with VGA output (HDMI converters for the Dreamcast usually convert the VGA signal)

Flutter/Dart, yes, React Native/Javascript, no. With RN the app's code runs via an embedded JavaScript engine, and even when, say, Hermes is being used, it's still executing bytecode not native machine code.

Also important to note that any code that runs on Android's ART runtime (i.e. Kotlin and/or Java) can get some or all of its code AOT-compiled to machine code by the OS, either upon app install (if the app ships with baseline profiles) or in the background while the device is idle and charging.

They were considered "beta" releases, the last "stable" version was 8 years ago and users were discouraged from actually using such an old version. This is just codifying what has already been the case for a while, that the formerly "beta" releases are stable enough for daily usage.

Kotlin + Compose Multiplatform is another up-and-coming option for fully cross-platform apps that is compatible with WASM.

Thanks, going to try this out. Mp3tag is one of the few apps I use regularly that I've still been resorting to firing up a Windows VM for (or running it through Wine).

We've had Kotlin Multiplatform for a while now, so a developer writing an Android app in Kotlin could bring it over to iOS and desktop platforms today with reduced effort. Compose Multiplatform aims to take this a step further by allowing UI code sharing instead of just business logic.

The future is not that far off where you can write a 100% native Android app and, minus any Android OS-specific functionality, port it over as-is to iOS and desktop.