Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
skgough
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
skgough
1mo ago
I think the scrollbar-gutter property helps with this. https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/P...
2.
▲
by
skgough
2mo ago
> The main problem is that, ex. the Steam Controller, nobody can make a decent game controller except for console vendors and when the console vendors go down somebody will have to step up. I used to only play on DualShock 4s and even sk
3.
▲
by
skgough
4mo ago
I believe IBM Generalized Markup Language evolved into SGML (Standard Generalized Markup Language) which was used heavily at CERN when Tim Berners-Lee was working on HTML, which is heavily derived from it. I find this interesting about HTML
4.
▲
by
skgough
7mo ago
Hexagon is very prominent in precision manufacturing through their dimensional measurement robots (CMM Coordinate Measurement Machine) and other metrology software/hardware. This is most likely why they were chosen by BMW, as I imagine
5.
▲
by
skgough
11mo ago
One counterpoint I can think of: most forms of electronic payment require the Internet now. Credit card transactions, Venmo et al. You could transition back to cash but there would be enormous switching costs and short-term chaos, and I cou
6.
▲
by
skgough
1y ago
it's interesting that the drops tend to collect in straight lines. I wonder what's happening in the sim code to keep them from collecting into round droplets?
7.
▲
by
skgough
1y ago
It is strange to me that omarchy took off and not Regolith Desktop [1], which is a very similar project, and has been around a lot longer. I suppose the DHH effect is real. There is definitely a critical mass accumulating around the hyprlan
8.
▲
by
skgough
1y ago
It sounds like a natural expansion of AWS GovCloud offerings to me. Servicing the US government and it's contractors has been very lucrative for AWS. Taking that successful model into new markets makes sense.
9.
▲
by
skgough
1y ago
I don't think you could 100% nail the Win7 glass or Win11 mica material without having transparency effects that have access to the compositor pipeline. But that doesn't mean we shouldn't try to get close enough!
10.
▲
by
skgough
1y ago
HomeAssistant's dependency requirements are so complex as to make a deployment of it essentially read-only. Trying to mod it with HACS is so hard that I gave up even though I write python for a living. I can't recommend it to anyo
11.
▲
by
skgough
1y ago
Another selfish reason: web pages just work a lot better when you use the actual HTML elements, especially when you compose them together. React projects often mix several component libraries together to make a comprehensive UI. All of thes
12.
▲
by
skgough
1y ago
factorio needs to be studied in general for the quality of the software, it's performance, and the UI. The UI has the best productivity-focused design I've ever seen in any GUI application. And its a game. Absolutely incredible.
13.
▲
by
skgough
1y ago
loving the decapitation queue in the console
14.
▲
by
skgough
1y ago
Very cool that you can use the XCode interface builder to build the UI. I wonder why this type of style hasn't caught on with React and friends? It would be really nice to be able to have an AppKit-quality UI programmable in React or S
15.
▲
by
skgough
1y ago
HTML: https://developer.mozilla.org/en-US/docs/Learn_web_developme... CSS: https://developer.mozilla.org/en-US/docs/Learn_web_developme... JS: https://developer.mozilla.org&#x
16.
▲
by
skgough
2y ago
I'm getting the impression that this worked becaused the LLM had hoovered up all the previous research on this topic and found a reasonable string of words that could be a hypothesis based on what it found? I think we are starting to g
17.
▲
by
skgough
2y ago
Maybe the best way to have the best of both worlds is to ensure well-established areas of research are open to “outsider art” submissions on the topic?
18.
▲
by
skgough
2y ago
this plane doesn't look like it was made to produce a low boom. It has a very distinct von Karman ogive [1] fuselage and typical delta wings. I would guess that it's shape is primarily optimized for fuel efficiency at 1.5 mach or
19.
▲
by
skgough
2y ago
Could you elaborate on that? Why would the exhaust reflecting off the shock wave cause damage to the nozzle?
20.
▲
by
skgough
2y ago
this is most likely due to the absolute positioning. position: absolute will use the top-left corner of the closest ancestor that is "positioned" as the origin for it's layout [1]. If you want that origin to be the top-left c
21.
▲
by
skgough
2y ago
Can you talk about why separation of concerns is useful? I like it too, but I have a hard time trying to articulate why I prefer it over keeping everything in the same file. I've started working in a project that uses react and tailwin
22.
▲
by
skgough
2y ago
It would super cool if they eventually make this a part of the phone OS and all you would need to do is buy a headset and plug it in over USB-C. Same idea as Dex, different display form factor, but same computer. Then with Android Auto, Dex
23.
▲
by
skgough
2y ago
One feature of i3 and friends that I really relied on when I was using a laptop as my main computer was the tab mode. Being able to tab between windows on half of your screen while keeping your browser open in the other half was extremely u
24.
▲
by
skgough
2y ago
This might be true on the user-facing side of things, but moving chip design in-house and transitioning their entire hardware lineup to the ARM ISA is a big innovation. M-line Macs can't be beat in efficiency or performance any time so
25.
▲
by
skgough
2y ago
All new cars sold in the US are now required to have backup cameras. https://www.cnbc.com/2018/05/02/backup-cameras-now-required-... If the car comes without an infotainment system, it will still have a backu
26.
▲
by
skgough
2y ago
HTTP 2 and above will use one connection to retrieve several files. Caddy [1] can act as a static file server that will default to HTTP 2 if all parties support it. No configuration required. If you allow UDP connections in your firewall, i
27.
▲
by
skgough
2y ago
The kid doesn't have to know that's it's CSS, and `style="background: url('animals.jpg')"` is more clear than just `background` because it explicitly states that this a networked resource that is being ret
28.
▲
by
skgough
2y ago
I agree with you, but for shits and giggles, to modify this to be evangelist compliant, you could write this instead: <body style="background: url('animals.jpg')"> <div style="text-align: cent
29.
▲
by
skgough
2y ago
For simple static sites with repetitive sections I don't want to write by hand, I find that building a simple generator in Ruby with ERB templates that loop over the rows in a SQLite table is the simplest way to do this. There's n
30.
▲
by
skgough
2y ago
Usually when I have to use text in SVG I give up and use HTML in a <foreignObject> [1] tag. The article mentions that SVG is in an awkward halfway point between being useful for humans or a compile target for vector graphics. Text is
More ›