Kinda ironic coming from the country that keeps trying to get chat control passed in the EU.
HN user
endigma
meet.hn/city/51.7520131,-1.2578499/Oxford
Socials: - bsky.app/profile/endigma.dev - discord:endigma - happy.year4363@fastmail.com - github.com/endigma
---
This site makes a big point of using the term "RESTful" repeatedly, but it seems to be JSON-based by default?
I don't know why modern web frameworks insist on continuing to misuse or misapply the term despite a fairly large amount of messaging recently about how exactly this term is misapplied, and the resurgence of frameworks and tools that do correctly apply it, e.g. HTMX, Datastar, Alpine AJAX.
Otherwise, this looks cool. I'd encourage you to un-roll-your-own docs and use something like Starlight or Docusaurus so you can have usable search and versioned docs.
What’s with the pivot away from the purely speed based testing? I recall getting the ick when I saw it as your primary metric for engineer goodness not too long ago and I don’t see any mention of it anymore on your site. Have you pivoted to something more sane?
ETA on international calls availability? Will there be another announcement, email blast, etc? UK, Canada, Australia or EU to start?
Nope, just the installer, win11
Rather poetically, this C software in 2025 segfaults on launch. I would file a GitHub issue if this was open source, but alas, nope.
You should make it draw from a palette of colors, like an actual terminal does, and easy to customize. Base16 would likely be enough given the web has opacity and a bunch of other ways to slightly modify colors. I'd also like to see how much of this doesn't need to be React™, even if your application is entirely React. Maybe splitting the CSS and the component logic?
Don’t click into posts just to comment empty ragebait dude, actually grim if this is your passtime
This thread is crazy, it reads like 2 people arguing but there are actually zero repeat commenters, like some sort of debate conga line
Using this tool requires disabling SIP, so not "easily bypassed" at least from a malware perspective.
This title is super weighted, Valve makes it quite clear that users do in fact own a thing, a license for a product on Steam. This is fundamental to games with online DRM.
Ent heavily uses joins and does support multi field indices, you should read up on the docs. You can show the queries it’s running using a debug client.
It’s not a Graph DB under the hood and uses any normal relational db quite normally beneath the DX
Also, firebase? seriously? this is a company with like, low level software engineers on payroll, and they are using a CRUD backend in a box. cost effective I guess? I wouldn't even have firebase on the long list for a backend if I were architecting something like this. Especially when feature-parity competitors like Supabase just wrap a normal DBMS and auth model.
Location: Oxford, UK
Remote: Yes
Willing to relocate: No
Technologies: Go, TypeScript, PostgreSQL, GraphQL, Docker, Linux
Résumé/CV: https://endigma.dev
Email: happy.year4363@fastmail.com
I'm a self taught software engineer who has built products for startups from whiteboard to production. I'm looking for roles where I can learn new things and build cool products. I thrive in builder roles where I am given the ability to fully own large projects.How can I apply?
I don't think they are planning to do this; they are at least maintaining support for whatever MacOS (Metal?) and the Nintendo Switch use in addition to Wayland, which suggests to me they are dropping X11 as a hard dependency not as a usable backend.
Only way to get interview experience is to do a lot of interviews.
I don’t know what you’re trying to prove here.
This is totally different tech and a totally different video.
It’s pretty easy to create photorealistic work in blender when you have high resolution textures and photogrammetry of what you’re reproducing, I’d challenge you to find similar textures of planets or every building in New York City.
The video authors focus seems to be mostly on the shaders and volumetrics used for the large scale “simulations” not on making insanely high fidelity assets for the speaker or etc.
It’s also worth noting that the most jenky thing by far in this video is the animations/facial simulations which are not even consistently solved in billion dollar productions yet, let alone one guy
I also added a bit about accessible text contrast
Should disambiguate from https://astro.build/ and various other name collissions in your title somehow, maybe "Astro App | Explore the Night Sky" ?
Also the "Identifiers" section and some other things have extremely low contrast text, 2.35:1 instead of the recommended 4.5:1 for body-size text. You can check on issues like this using the accessibility tab in Firefox or Lighthouse in Chrome.
You should disable overflow scroll for your code blocks its bad UX on mobile to get scroll trapped in a code block (iOS/Safari)
Not sure why I'm being downvoted, I'm not trying to suggest that this death isn't suspicious, just commenting that even if it wasn't people wouldn't believe the Russians due to how often this happens.
Its funny to me that with the current state of Russia this guy could have died with absolutely zero interference from the state and the rest of the world will assume he was killed no matter what comes out of Russian media, purely due to their track record with this sort of thing.
Its funny to me that with the current state of Russia this guy could have died with absolutely zero interference from the state and the rest of the world will assume he was killed no matter what comes out of Russian media, purely due to their track record with this sort of thing.
This site is super vague, does anyone know what this means for existing owners?
Ultimately engineers exist to make things, usually to make money. Any trend in the knowledge required to do so is just a reflection of what sells. This is reason why some web developers barely know any theory, they don't need it to make a thing that makes money. Same reasoning explains why a Game Developer (if the money-senders demand, customers, publishers, whatever) might need to know these things.
Just saying "kids these days" or chalking it up to education or a generational issue is silly, there's simply more software and faster computers, unless you make comically bad decisions the average paying customer isn't going to complain about a web app's performance. If you want to find someone who has this "Deep knowledge" of how computers work you needn't look further than someone who works with any sort of hardware limitation.
Yeah what who knows Haskell, C++, Python, TS, WebGL, React and CUDA (already an impressive list) then just as a hobbyist uses hyper converged storage systems runs databases and uses nix?
I hope covering all of this isn’t a serious expectation, should probably reword if it’s not
Location: Eastern Canada
Remote: Yes
Willing to relocate: only to UK with visa
Technologies: Go, GraphQL, Svelte/Kit, Typescript, Deno, Tailwind/etc, Rust, PostgreSQL, minor experience in a bunch of devops stuff incl k8s and tf
Résumé/CV: https://endigma.dev
Email: quick.note3709@fastmail.com
It's software according to the article
Starting today, Apple will only sell the Watch Series 9 and Ultra 2, which both came out in September, with a US Customs and Border Protection-approved software workaround that disables blood oxygen monitoring capabilities. These watches will be available at Apple’s physical and online stores, Apple said. They also have part numbers ending in "LW/A," per updated Apple support materials.
HeartBeast’s Godot 4 tutorials are a good place to start, along with GDQuest.