Viewing profile — skgough
skgough
HN member- Joined
- Fri, Oct 25, 2019, 11:47 PM UTC
- HN karma
- 190
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About skgough
No profile information was provided.
Recent public activity
-
comment
Comment #49176672
I think the scrollbar-gutter property helps with this. https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/P...
-
comment
Comment #48836228
> 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…
-
comment
Comment #48252086
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…
-
comment
Comment #47255467
Hexagon is very prominent in precision manufacturing through their dimensional measurement robots (CMM Coordinate Measurement Machine) and other metrology software/hardware. This i…
-
comment
Comment #45794693
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…
- comment
-
comment
Comment #45469078
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?
-
comment
Comment #45340802
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 i…
-
comment
Comment #44792225
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 i…
-
comment
Comment #44703639
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 sh…
-
comment
Comment #44400434
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…
-
comment
Comment #44295985
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 componen…
-
comment
Comment #44231033
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 app…
-
comment
Comment #44034775
loving the decapitation queue in the console
-
comment
Comment #43728798
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 …
-
comment
Comment #43431539
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/en-US/d…
-
comment
Comment #43162802
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 hypothes…
-
comment
Comment #43007728
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?
-
comment
Comment #42860286
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 prima…
-
comment
Comment #42722704
Could you elaborate on that? Why would the exhaust reflecting off the shock wave cause damage to the nozzle?
-
comment
Comment #42701535
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].…
-
comment
Comment #42465522
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 s…
-
comment
Comment #42402092
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…
- comment
-
comment
Comment #41358693
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…