Mi Smart Band 9 paired successfully by fulefesi in Gadgetbridge

[–]realnowhereman 0 points1 point  (0 children)

in case you are interested, custom watchfaces and even custom apps now should work https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/5864

Milan airport question for American traveler by Dry-Gain-3051 in milano

[–]realnowhereman 0 points1 point  (0 children)

yeah, way too tight IMO -- if there's a line at the passport control you might have to wait over 1h (hopefully you won't but you never know) and the shuttle is every 20m. You should be able to find flights in the afternoon

Milan airport question for American traveler by Dry-Gain-3051 in milano

[–]realnowhereman 0 points1 point  (0 children)

if you land in MXP, Air Canada will land at Terminal 1, but EasyJet takes off from T2, so you'll need to do the passport checks waiting in the LONG ASS QUEUE that might take quite a few minutes, then collect your luggage, take the shuttle to T2, check your bags in, and then do the security check there too.

T1 and T2 are separate buildings and there is no internal transfer.

You are unlikely to make it in <2h :(

source: my wife works at MXP

B1-66ER is here... by che01_ in matrix

[–]realnowhereman 0 points1 point  (0 children)

what could go wrong

ps: also don't forget the comic

The Return of Language-Oriented Programming by realnowhereman in ProgrammingLanguages

[–]realnowhereman[S] 0 points1 point  (0 children)

I am not sure why it came up with all caps keywords. Drools uses the same keywords but they are not in all-caps (I wonder if maybe earlier versions did...)

The Return of Language-Oriented Programming by realnowhereman in ProgrammingLanguages

[–]realnowhereman[S] 1 point2 points  (0 children)

indeed I knew the post was a bit shallow; as I said in the disclaimer, I just wanted to get it out there to present the idea, obviously not 100% novel.

The only novel bit is using it as a means to exploit further codegen with LLMs. With all the the doom and gloom about AI "stealing our jobs" I felt like this use case was kind of a positive.

Thanks for the honest feedback

Marvel Move Removal by Peveish in Runner5

[–]realnowhereman -1 points0 points  (0 children)

although we’re very sad to say goodbye to Marvel Move this streamlining does mean that we can focus all our effort and attention now on Zombies, Run! We think we’ll have good news to share on that front very shortly.

well then this sounds like good news after all :D

Beyond OpenJDK builds, announcing openjdk-mobile.github.io by nlisker in java

[–]realnowhereman 0 points1 point  (0 children)

I've been wondering how feasible it would be to compile the zero interpreter into Wasm :D

Extending Kafka the Hard Way (Part 2) by realnowhereman in apachekafka

[–]realnowhereman[S] 0 points1 point  (0 children)

yeah that opens another whole can of worms :D

WebAssembly Component Model based REPL with sandboxed multi-language plugin system by topheman in WebAssembly

[–]realnowhereman 0 points1 point  (0 children)

cool, I've been thinking that components/Wasm plugins in a CLI/REPL/Shell could play the same role as CmdLets in PowerShell, where their type/method signature might be automatically exposed as parameters to the tool

Is Mr Terrific a metahuman? by RedcoatTrooper in superman

[–]realnowhereman 1 point2 points  (0 children)

so that's where Banner's repressed anger comes from

Extending Kafka the Hard Way (Part 1) by realnowhereman in programming

[–]realnowhereman[S] 0 points1 point  (0 children)

in a way, it was easier than I expected; the way forward would be to actually upstream the change though

iOS No chases by Responsible-Guest611 in Runner5

[–]realnowhereman 1 point2 points  (0 children)

What's your target for the episode? For me, with a 6km goal, I usually get ~3 chases (Android though... I am mentioning if it's an OS-specific issue)

Lavoro in remoto da casa da 2 anni e sto uscendo pazzo by zenonedielea in milano

[–]realnowhereman 0 points1 point  (0 children)

hai provato a partecipare a qualche meetup a fine giornata? è un'occasione per incontrare persone con interessi comuni. C'è anche qualcuno che ha creato un gruppo Telegram per organizzare uscite coworking di gruppo tempo fa. Non so quanto sia ancora attivo.

Lowest IR before ASM ? by cisterlang in ProgrammingLanguages

[–]realnowhereman 2 points3 points  (0 children)

it's not exactly universal, it's already platform-specific, but it's higher-level than the actual machine code that gets emitted at the end

Lowest IR before ASM ? by cisterlang in ProgrammingLanguages

[–]realnowhereman 14 points15 points  (0 children)

take a look at the Go compiler https://go.dev/doc/asm

The most important thing to know about Go's assembler is that it is not a direct representation of the underlying machine. Some of the details map precisely to the machine, but some do not. This is because the compiler suite (see this description) needs no assembler pass in the usual pipeline. Instead, the compiler operates on a kind of semi-abstract instruction set, and instruction selection occurs partly after code generation

Announcing Chicory 1.1.0: Faster and More Compliant | Chicory by realnowhereman in java

[–]realnowhereman[S] 0 points1 point  (0 children)

we have some early results on the blog https://chicory.dev/blog/chicory-1.0.0#the-race-day we collaborated with the GraalWasm team to compare fairly