Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hackrmn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
23 ms
·
1.
▲
by
hackrmn
12d ago
Your solution seems tangential to the problem brought evident here, with how ICANN and VeriSign are able between themselves, to turn 22,000 or so tangible name registrations into dust, without any retribution or refund. The funny thing is t
2.
▲
by
hackrmn
12d ago
And what lesson have you learned?
3.
▲
by
hackrmn
12d ago
This points to a more general problem with some of the Internet infrastructure -- since real people don't actually own domain names, much less e-mail addresses (assuming they use e.g. @gmail.com), they're always at the mercy of a
4.
▲
by
hackrmn
1mo ago
What are you referring to with "they released air tools"? I am not sure I am able to interpret your argument in any meaningful way.
5.
▲
by
hackrmn
1mo ago
I agree regarding metaphors, I myself aggressively utilise analogies with both myself and others, as a "digestive", but I feel like with LLMs we're treading on thin ice as it's not straightforward to classify a particula
6.
▲
by
hackrmn
1mo ago
There's been research done (I know, big words -- don't have any links readily available), where it was pointing to the fact that what goes easily in (into the brain) also goes easily out, and conversely, what the brain requires ef
7.
▲
by
hackrmn
2mo ago
For my part, the make-or-break part of these kind of visualisations -- assisting home renovation, and interior and exterior design and architecture in general -- has been lighting and materials, not [only] or in any meaningful part 3-D thro
8.
▲
by
hackrmn
2mo ago
This is the MVP comment. When you have a carpenter visiting you don't announce they can go into your kids' rooms (for reasons unrelated to the job is) and what not -- the [default] contract is they're there to do a job and th
9.
▲
by
hackrmn
2mo ago
I don't know, I was very happy when I discovered what Radiance can do with what you give it. I hear people get very good looking rendering with Blender, but my brain doesn't work like that (anymore?). Point being that not everythi
10.
▲
by
hackrmn
2mo ago
Thanks, I did some learning and it fell more into place.
11.
▲
by
hackrmn
2mo ago
Is transcription a form of _inference_ though? I mean I see the word being thrown around and I understand what it means (or at least I think I do) in context of LLMs doing the thing that they do -- intelligently predict the next token, but
12.
▲
by
hackrmn
2mo ago
Ok, I admit arguing about Git's merits, best practices, workflows and so on, can be hard online like this, not the least because I have limited amount of time I can invest in this admittedly very interesting to me discussion, so it req
13.
▲
by
hackrmn
2mo ago
No, boss -- you suck. See what I did there?
14.
▲
by
hackrmn
2mo ago
I think you missed the main point of my argument -- you, the game developer, aren't programming the hardware directly or through the kernel -- you are using a common abstraction in a competing set of abstractions that don't requir
15.
▲
by
hackrmn
2mo ago
If you want that, mandate developers use prefixes like `!fixup` and do `git rebase` _on your end_ -- why force upon everyone your ideas especially if it also squashes all development history? This also removes development friction because p
16.
▲
by
hackrmn
2mo ago
A linear graph doesn't do any developer in the team except Github (which isn't a developer in this context) any good because they have to pull down the graph at some point and when they have to fix something, although they will be
17.
▲
by
hackrmn
2mo ago
My observation has been that those who have never learned Git properly -- disregarding for a moment the issue with what "properly" means here -- just don't think they need to, sticking to very simple workflows that produce li
18.
▲
by
hackrmn
2mo ago
I last wrote 3-D rendering code using hardware in 2005 or so. It was DirectX 11 or 12, I don't recall. I thought it was quite a mountain to climb. For my part, I grew up _implementing_ rendering pipelines, so I always had this sour tas
19.
▲
by
hackrmn
2mo ago
I seem to remember to have watched a recent comparison on YT between Second Reality using SB vs GUS, and I did appreciate an audible improvement with the latter, but it may have been a placebo -- I admit you may be right, as sources seem to
20.
▲
by
hackrmn
2mo ago
Yeah, it infused my software engineering career and interest in optimisation and 3-D rendering. P.S. When we invent the time machine, we should go back to load up on actual GUS _and_ spread the word for people to never install it horisontal
21.
▲
by
hackrmn
2mo ago
I think a fundamental and flawed assumption in your general line of argument boils down to that line: > Social people will be fine Thing is, "social" is not only a scale, it's not even a line for scale. It's this mult
22.
▲
by
hackrmn
2mo ago
During my teenage years in what is today a post-Soviet country -- to put it in apt context -- I was briefly an absolutely ecstatic owner of a Gravis Ultrasound (Classic, I believe) card. I probably had spent my _annual_ extra income on that
23.
▲
by
hackrmn
2mo ago
Fewer people aren't staring into their phones or talking to them -- makes your social antennas pick up automatically on not wanting to disturb them (lest you draw their ire for not having the social antennas long enough to pick up on t
24.
▲
by
hackrmn
2mo ago
Right, if what you mean is making the `=""` optional, then it seems even more attractive than types, I admit. You'd have to amend the XML grammar to see if making the `=""` optional introduces problematic (for e.g.
25.
▲
by
hackrmn
2mo ago
Can you think of a minor syntax error example that you believe should be corrected by the browser, and better than the author would (had the Web browser notified them early -- by aborting rendering as was the case with XML)? There's a
26.
▲
by
hackrmn
2mo ago
I think this is _the_ most popular criticism of HTML 5 vs. XML, that I have seen mentioned. Which is telling, quite frankly. It makes me think that the powers that be that pushed HTML 5 really had a different agenda than what they purported
27.
▲
by
hackrmn
2mo ago
I looked at CSTML, and frankly, it looks like any other improvement that upon first glance may seem like definite improvement, but the trouble with these dialects or ideas is that it's not the format that's hard to incorporate --
28.
▲
by
hackrmn
2mo ago
I agree we shouldn't have thrown the baby out with the bathwater -- and it's not like _strictness_ was not in XML's spirit, so your usual suspects for primitive types -- numbers and booleans, to name a few -- _could_ have bee
29.
▲
by
hackrmn
2mo ago
Every time XML comes up, I feel obligated to share my opinion (I too wrote XML a the turn of the millennium and have seen it become and still witness on occasion it being excommunicated). XML is verbose and therefore uglier than it ought to
30.
▲
by
hackrmn
3mo ago
In our shop, I wasn't one of those who knew Docker in and out, got just enough into it I could containerise applications we needed to have containerised, which was of a modest scope -- no crazy networking setup that required bleeding e
More ›