HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mroche

3,518 karmajoined 8년 전
Systems Engineer at Skydance Animation

https://omenos.dev/

Online Accounts:

Git{Hub,Lab}, Codeberg, SourceHut: @omenos

Bluesky: @omenos.dev

Matrix: @mroche:fedora.im

Mastodon: @[email protected]

Submissions

Kagi Changelog (July 2): Heads, tails, and an AI toggle

kagi.com
68 points·by mroche·8일 전·15 comments

Podman 6 Configuration File Changes

blog.podman.io
3 points·by mroche·16일 전·0 comments

Bolt Challenges Nvidia with a Focus on Cutting-Edge Graphics

spectrum.ieee.org
3 points·by mroche·2개월 전·0 comments

Kagi Search API is now in public preview

kagi.com
5 points·by mroche·2개월 전·0 comments

Intel Arc Pro B70 benchmarks for LLMs and video generation

github.com
1 points·by mroche·3개월 전·0 comments

Best Practices for Secure Error Handling in Go

blog.jetbrains.com
1 points·by mroche·4개월 전·0 comments

Google Summer of Code 2026 Is Here: Contribute to Kotlin

blog.jetbrains.com
3 points·by mroche·4개월 전·0 comments

Leading health tech firms and AI startups respond to HHS request for information

statnews.com
1 points·by mroche·4개월 전·0 comments

FP-Go V2: Enhanced Functional Programming for Go 1.24

github.com
1 points·by mroche·4개월 전·1 comments

Panasonic, the former plasma king, will no longer make its own TVs

arstechnica.com
30 points·by mroche·5개월 전·10 comments

Tools for Successful Documentation Projects

lwn.net
2 points·by mroche·7개월 전·0 comments

comments

mroche
·17일 전·discuss
The graph has Gemini 3.5 Flash matching Sonnet 4.6, losing to Opus 4.8, and slightly behind GPT-5.5 by 0.3 points... That's not that much of a hands-down loss for Gemini for this specific workload benchmark.

The methodology used:

https://deepmind.google/models/evals-methodology/gemini-3-5-...

Methodology: All Gemini scores are pass @1 except where otherwise noted. "Single attempt" settings allow no majority voting or parallel test-time compute. All of the results are all run with the Gemini API for the model-id gemini-3.5-flash with default sampling settings unless indicated otherwise below. To reduce variance, we average over multiple trials for smaller benchmarks.

All the results for non-Gemini models are sourced from providers' self reported numbers unless otherwise mentioned below. For Claude Opus 4.7 , Sonnet 4.6, and GPT-5.5 we default to reporting maximum thinking/reasoning settings available, but when reported results are not available we use best available reasoning results.
mroche
·21일 전·discuss
Browsers are some of the most annoyingly configured applications out there.
mroche
·23일 전·discuss
You may need to have certain directories be excluded depending on the programs you use. For example, the default Chrome profile location is within ~/.config, which includes cache data that can be multiple gigabytes in size.
mroche
·2개월 전·discuss
This sounds... not possible for the core problem of how Python handles dependency resolution during the life of an application? How are you setting things up so that the following scenario is valid?

    program
    ├── dependency_a
    │   └── dependency_c (1.0.0)
    └── dependency_b
        └── dependency_c (2.0.0)
Otherwise, you've created a magic layer hack to enable multi-version dependency chains in a mono-version dependency chain language.
mroche
·2개월 전·discuss
I do not know if there's any overlap between these teams, but it seems like Anthropic itself is fairly invested in the Rust ecosystem.

They recently proposed some of their internal tools to be the official Rust implementation[0] of Connect RPC[1]. As a protobuf based library set, this includes a new Rust-based protobuf compiler, Buffa[2].

[0]: https://github.com/orgs/connectrpc/discussions/7#discussionc...

[1]: https://connectrpc.com/

[2]: https://github.com/anthropics/buffa
mroche
·3개월 전·discuss
My understanding of Backblaze Computer Backup is it is not a general purpose, network accessible filesystem.[0] If you want to use another tool to backup specific files, you'd use their B2 object storage platform.[1] It has an S3 compatible API you can interact with, Computer Backup does not.

But generally speaking, I'd agree with your sentiment.

[0]: https://www.backblaze.com/computer-backup/docs/supported-bac...

[1]: https://www.backblaze.com/docs/cloud-storage-about-backblaze...
mroche
·4개월 전·discuss
The more you know, thanks for the information!
mroche
·4개월 전·discuss
> The claude sandbox is a good idea, but to be effective it would need to be implemented at a very low level and enforced on all programs that claude launches.

I feel like an integration with bubblewrap, the sandboxing tech behind Flatpak, could be useful here. Have all executed commands wrapped with a BW context to prevent and constrain access.

https://github.com/containers/bubblewrap
mroche
·4개월 전·discuss
I'm looking at building a new system, and was waiting to see what happens with this chip and Intel's Arc Pro B70 card. I can't find ECC UDIMMs of 64GB per-stick to make 128GB, but I can put together two solo UDIMMs of 32GB or 48GB for $800 and $1000 per stick respectively.

I really want to see what enabling the L3 cache options in the BIOS do from a NUMA standpoint. I have some projects I want to work on where being able to even just simulate NUMA subdivisions would be highly useful.
mroche
·4개월 전·discuss
> Having used `jq` and `yq`

If you don't mind me asking, which yq? There's a Go variant and a Python pass-through variant, the latter also including xq and tomlq.
mroche
·4개월 전·discuss
> TACO

TIL: https://en.wikipedia.org/wiki/Trump_Always_Chickens_Out
mroche
·4개월 전·discuss
Y-Zer myself and I do the same thing. I never initiate the communication when called unless I am expecting it or I know who the caller is. Otherwise, they'll know when someone picked up because their side will stop ringing, and they'll only get awkward silence until they start talking. Often times it's an automated voice system that will not begin until prompted by the callee, so it hits a timeout and hangs up.

The number of calls I get where it's either dead silence in the other end or clearly a call center based on the noise can only be categorized as "too much".
mroche
·4개월 전·discuss
What's needed beyond API docs is a review, refresh, and possible merging of the two Wayland Books by active Wayland contributors.

https://wayland.freedesktop.org/docs/book/ https://wayland-book.com/
mroche
·4개월 전·discuss
First time I've heard of SCW...

Of all the AI voice-generated things I've heard so far, this definitely takes the cake for the funniest tech-related conversation.
mroche
·4개월 전·discuss
fp-go/v2 was recently released in Dec 2025.

Prior discussion around fp-go/v1 in 2023:

https://news.ycombinator.com/item?id=37171149
mroche
·4개월 전·discuss
Your comments use em dashes. Many would claim those are vastly overrepresented in AI language and thus an account overly using them are blatantly AI.

I've always found this funny. Doesn't macOS' default text substitution enable (annoying to me) things like em-dash, smart quotes, etc?
mroche
·4개월 전·discuss
It is not, the future is currently pointing to composefs:

https://github.com/bootc-dev/bootc/issues/1190

There's a GitHub org that builds bootc-ready images for non-Red Hat family distributions using this backend.

https://github.com/bootcrew
mroche
·5개월 전·discuss
> super-comma

This is the first time I've ever heard the character ";" referred to as such. It's always been "semi-colon" to me, is this a region/culture difference?

I'm not saying you're wrong, I find it interesting.
mroche
·5개월 전·discuss
Likewise with the other way around, just switch pull with push.
mroche
·5개월 전·discuss
From PO's submission FAQs and policies:

> Obviously the used fonts should be readable (and ideally their name shouldn't start with "Comic" and end with "Sans", though there might be some article topics that justify even that!), and while almost any font meets this requirement, please be careful when selecting a non-standard font.

I kinda want to see such an article, but taken seriously discussing the history of the font, its design and purpose, evolution, and purpose-related/derivative font families.