Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chris37879
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
chris37879
7mo ago
It may be sacrilege to bring it into this conversation, but I've spent the last year building a fairly large community site in Nuxt, vite has been wonderful, though I prefer vue over react. I am a little annoyed I paid for NuxtUI Pro l
2.
▲
by
chris37879
7mo ago
They are held responsible by paying a fine to the government or losing their tobacco license, which is better than nothing, but doesn't actually fix the harm they caused already for the kid that's now hooked.
3.
▲
by
chris37879
7mo ago
Did we? I know they lost some court cases, had to adjust advertising and so on, but was any tobacco company actually held accountable for the harm they caused? The answer is no because they all still exist and are profitable entities. Corpo
4.
▲
by
chris37879
7mo ago
I actually run an adults only community site and you are correct, I have it in a popup that appears on every "fresh" visit to the site, it's in the giant bold print you agree to when you register, and from a technical end, I
5.
▲
by
chris37879
7mo ago
Those execs were also using the tactics to addict adults, and while they may have targeted teens, the problem is, at its core: humans. So no amount of nannying by either the company nor the government will solve this issue. Who would be res
6.
▲
by
chris37879
7mo ago
And what build system do you recommend the entire ecosystem support? Well, I choose (arbitrarily different and incompatible one to prove a point). Do you see the problem?
7.
▲
by
chris37879
10mo ago
Exactly this. I use a Macbook for my day to day computing, programming, and general internet use. I have a Windows 11 gaming rig. Well, it turns out Hades 2 runs great on my macbook and that's been my game as of late, so the desktop ha
8.
▲
by
chris37879
1y ago
I'll be checking this project out! I'm a big fan of ECS and have lofty goals to use it for a data processing project I've been thinking about for a long time that has a lot in common with a programming language, enough that I
9.
▲
by
chris37879
1y ago
I just stumbled across armbian recently and I must say I really like it. I wanted to use UEFI, but my orangepi cm5 modules don't seem to have the SPI chip needed to store the UEFI there, so I'd have to load it on a partition and l
10.
▲
by
chris37879
1y ago
Depends on your definition of prime, by your reasoning, I could say 7 * 1 * 1 = 7, so it's not prime. Better to say a prime is any number with a set of divisors of length 2 including 1 and itself. If you want to exclude 1.
11.
▲
by
chris37879
2y ago
Your reasoning is flawed, eating vegetables or not basically only affects you and your health, not wearing a seatbelt turns you into a projectile against the general public.
12.
▲
by
chris37879
2y ago
To answer your questions, no, they do not use an editor that isn't Xcode. And I would also suspect none of them use desktop macs daily and instead use macbooks.
13.
▲
by
chris37879
2y ago
I feel like this is a book most programmers should work through at some point or another. Doing so made me really appreciate just what's going on inside a compiler / language toolkit. It's also one of the most well written te
14.
▲
by
chris37879
2y ago
I'd be curious to hear how you'd do the execution flow like they mention? Just use multiple sequential slides?
15.
▲
by
chris37879
2y ago
I adore Godot and have been learning it on my own time, but it's just not there for XR stuff yet, our current project has the Vision Pro as a target, for instance, and Unity is really the only option there. Apple's native tools (R
16.
▲
by
chris37879
2y ago
As someone in an otherwise healthy position at my job, fuck yes, I want to get away from Unity, but there's just no better option for the platforms we're targeting and how quickly we want to ship things. Something about the devil
17.
▲
by
chris37879
2y ago
That's actually how Flutter works now if you enable web accessibility, and it does take a lot of work, and come with a performance cost: https://medium.com/flutter/accessibility-in-flutter-on-the-w...
18.
▲
by
chris37879
2y ago
Absolutely! Any sort of multiplayer game needs a source of authority if you want to prevent cheats like a hacked client lying about its position, and a really good way to do that is load the geometry of your level and run physics checks ser
19.
▲
by
chris37879
3y ago
I own one of each, and develop for the Vision Pro through my job, it's the very same story it's always been. Apple hasn't 'invented' much here, but the magic is in how it's assembled, even in its current state,
20.
▲
by
chris37879
3y ago
I really hope USD is not it. Having worked with it trying to build stuff for the vision pro, it's a massive software library pretending to be a file format. It is inexorably linked to the source code that processes it to the point that
21.
▲
by
chris37879
3y ago
Average life expectancy is a very bad number to compare across such vast amounts of time, especially when you're looking at a disease that only happens in advanced age. Infant mortality rates were dramatically higher in the past and dr
22.
▲
by
chris37879
3y ago
This opensource implementation can be included in existing game engines without requiring the programmer to know or understand what dxil.dll even is. The Mach engine, for instance, can use this to create a compiler that compiles zig code in
23.
▲
by
chris37879
3y ago
Yup! It's a major step in building any Java application. Things like stripping symbol names, removing unused APIs, and processing non-java assets like images. For Android applications Gradle handles this by invoking some Android specif
24.
▲
by
chris37879
3y ago
The new version of macOS shows a purple box icon whenever something uses the "record your screen" permission, similar to how it shows the mic or camera icons when they're used.
25.
▲
by
chris37879
3y ago
It did in a fashion, on my Fold 5, for instance, I can half fold it and get a trackpad on the bottom half of the screen, which is great! I wish that was just a general toggle between "direct touch" and "screen as trackpad wit
26.
▲
by
chris37879
3y ago
Godot v3.2 added Android C# support, and Godot v4.2 (due out in November) is enabling both .net 6 and .net 7 support for the engine. From the Godot 3.2 docs on C#: > Exporting Mono projects is supported for desktop platforms (Linux, Wind
27.
▲
by
chris37879
3y ago
There's a ton of interest in it. There are forums out there that are years old with people showing off game engines, whole subreddits dedicated to the topic, too. The problem is, it's a massively difficult undertaking to make a cu
28.
▲
by
chris37879
3y ago
The filesystem access is optional and can be removed, WSL2 is actually a fairly nice implementation of a linux sandbox that can be used like it's just running alongside windows. I think your concern is valid for WSL1, where the seperat
29.
▲
by
chris37879
3y ago
Most of the ones I’ve seen that support backgrounds have the usual options to tile/stretch the background, what’s stopping you from finding a pattern you like and making it a tiling background? There used to be a (now defunct) site out
30.
▲
by
chris37879
3y ago
Its curious you couldn't find anything, tons of terminal emulators out there support this, I'm not sure what platform you're on, but on macOS, iTerm2 supports image backgrounds, on Linux, kitty is my goto customizeable termin
More ›