HackerLangs
TopNewTrendsCommentsPastAskShowJobs

xigoi

4,154 karmajoined قبل 6 سنوات

Submissions

LLMs for Medical Practice: Look Out

science.org
5 points·by xigoi·قبل 6 أشهر·0 comments

Spræ: Hydrate HTML/JSX tree with signal-powered reactive attributes

dy.github.io
2 points·by xigoi·قبل 8 أشهر·0 comments

Bands and Bonds

darabos.github.io
1 points·by xigoi·قبل 9 أشهر·0 comments

comments

xigoi
·أول أمس·discuss
They meant x = 0.
xigoi
·أول أمس·discuss
> Makes for horrible footguns like:

> history[counter % SIZE] = …

The footgun here is that the “modulo” operator does not actually calculate the modulo in C. In Python, this works correctly for negative values.
xigoi
·قبل 3 أيام·discuss
I see it as a generic name for the set of modern ideologies that determine someone’s morality based on how many immutable characteristics they share with people who have historically been oppressed.
xigoi
·قبل 3 أيام·discuss
Classical apex fallacy. Just because 0.0001% of white men have a lot of power doesn’t mean there is any benefit for other white men.
xigoi
·قبل 4 أيام·discuss
> if granted, immediately start downloading their local tileset in the background

Nope. I do not want any app to start downloading hundreds of megabytes without my permission.
xigoi
·قبل 5 أيام·discuss
That said, I think it would be better if the closing delimiter was different from the opening one. Yesterday I had an LLM output text where it forgot one of the delimiters, causing all text inside code blocks to actually be outside and vice-versa.
xigoi
·قبل 5 أيام·discuss
Interesting. When I switched from OsmAnd to Organic, the map loaded much faster as I panned it.
xigoi
·قبل 5 أيام·discuss
> If you look at it as the extensible markup language for documents that it is, "tags" (i.e. inner content) would be visible and "attributes" would not.

  <input type="text" value="Is this text visible?" />
xigoi
·قبل 5 أيام·discuss
> Your comment on typography.

That wasn’t my comment, and GP was presumably referring to things like headings being larger, not some subtle differences that dyslexic people would miss.

> The latter.

Why?
xigoi
·قبل 5 أيام·discuss
> Screw the dyslexic and colourblind, I guess.

You can also use checkmark/cross icons for success/failure. And What does this have to do with dyslexia?

> What's clearer? [Call] or [(telephone receiver emoji) Call]?

We’re arguing about flat vs. skeuomorphic design, so more like:

What's clearer? [(simple phone icon) Call] or [(photorealistic drawing of a telephone receiver) Call]?
xigoi
·قبل 5 أيام·discuss
Much better performance and much less cluttered UI, at the cost of having fewer features.
xigoi
·قبل 6 أيام·discuss
The point is that a computer will just be another thing for them to learn, not a replacement for other tools they’ve been using for tens of years. Therefore, the computer does not need to look like those other tools in order to make sense to them.
xigoi
·قبل 6 أيام·discuss
The newly born people grow up in a world where computers are already commonplace, so they don’t need to get used to them.
xigoi
·قبل 6 أيام·discuss
> pretty low effort, trivially to Google (or ask AI) and generally a bit on the ignorant side

I know the most common reason why people prefer skeuomorphic design (the visual metaphor), which is why my original reply directly addressed this complaint by saying that it’s no longer relevant. Some other complaints I’ve found online are about specific bad instances of flat design rather than flat designs in general. Therefore, I am asking about reasons that don’t fall under these two categories, which I haven’t been able to find.
xigoi
·قبل 6 أيام·discuss
> If you're just using an OEM for the "select * from table where ID in ...", then you're saving practically nothing by using an ORM

You’re saving hundreds of lines of repetitive boilerplate code. Do you enjoy writing something like

  users = [
    User(name=name, color=color)
    for name, color
    in db.query("SELECT name, color FROM user")
  ]
over and over?
xigoi
·قبل 6 أيام·discuss
I’m being serious. I find skeuomorphic UIs to be too visually overwhelming compared to flat UIs.
xigoi
·قبل 6 أيام·discuss
Ideally, SQL wouldn’t be a wholly different language, but a library with bindings for various languages.
xigoi
·قبل 6 أيام·discuss
What’s wrong with flat UIs? Skeuomorphic designs have served their purpose of helping people get used to computers, but now that is no longer necessary.
xigoi
·قبل 11 يومًا·discuss
> There is simply more money invested to make consumer drivers work on NT. Linux is often an afterthought for many consumer device manufacturers. There is still not enough buy-in.

This would not be the case in the hypothetical situation where Windows becomes a Linux distro.
xigoi
·قبل 11 يومًا·discuss
What if I want websites to have different fonts because it gives them unique voices? Also, what about websites that use OpenType features only supported by some fonts (small caps, math, variable axes, etc.)?