HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ikesau

898 karmajoined il y a 4 ans

Submissions

What's the next frontier for improving psychological research?

bps.org.uk
2 points·by ikesau·le mois dernier·0 comments

Defeating Git Rigour Fatigue with Jujutsu

ikesau.co
178 points·by ikesau·il y a 2 mois·179 comments

Making a Spoonerism Generator

ikesau.co
2 points·by ikesau·il y a 6 mois·0 comments

Making a grainy spotlight effect with CSS

ikesau.co
1 points·by ikesau·il y a 8 mois·0 comments

comments

ikesau
·avant-hier·discuss
I'm real xutopia. I'm real.
ikesau
·avant-hier·discuss
Beyond the OP's AI-written or AI assisted distinction, I'm also noticing people mimicking LLM's speech patterns. I've read blogs from people who I'm quite sure are above pasting AI output directly into their words who nevertheless are sounding more and more like AI as the sum of all their conversations with Claude begins to rub off on them (myself included, probably)
ikesau
·il y a 5 jours·discuss
I'm sorry that happened to you. Sincerely. That sounds incredibly frustrating, painful, and scary.

I think your maximalist conclusion of "drugs should be legalized" might have some second-order effects that might be net worse for society, though. Addiction, misuse, MRSA, overdoses, etc.
ikesau
·il y a 28 jours·discuss
Ah yeah, that makes sense, but I still feel like there's room for a little more discretion.

https://tonsky.me/blog/every-frame-perfect/[email protected], for example

I don't think I would have to rescan the entire page to figure out where things were afterwards. Everything's shifted to the right, just like when I open my browser bookmarks.
ikesau
·il y a 28 jours·discuss
I'm sure a UI that had none of these imperfect frames would feel better, but now I really want someone to edit each of these clips to show what it would actually look like.

At the same time, why does everything need motion? My understanding is that motion should be used if an action subtly changes the UI in a region that's different from where the action was triggered (e.g. toasts)

I think many of these transitions are unnecessary and would feel just as good if they snapped immediately with instantaneous reflow.
ikesau
·le mois dernier·discuss
Interesting explanation of a subject I had no knowledge of! I'm familiar with browser accessibility trees, but I've never thought about how operating systems do it themselves.

From the outside view, I still wouldn't make any bets with 100% certainty about the future of anything to do with computers.

If you grant that there is some chance that the trends of programming models' capabilities will continue for another few years, then there is some chance that software and its bottlenecks will be completely transformed. A rapidly overhauled accessibility tree for linux? A good-enough computer use model that doesn't require accessibility trees at all? A world of bespoke, personalized operating systems? All of these things (and many more) seem like outcomes with non-zero probabilities.
ikesau
·il y a 2 mois·discuss
Ah yeah, you're right, that's a misrepresentation on my part - it's based on lines, not the file:

> [absorb] splits changes in the source revision and moves each change to the closest mutable ancestor where the corresponding lines were modified last. If the destination revision cannot be determined unambiguously, the change will be left in the source revision.

I use absorb fairly often, fwiw. It's great for when I want to make a patch to a commit that will easily absorb into its right place. And I also, sometimes, prefer the more intentional approach where I decide exactly where each hunk will go.
ikesau
·il y a 2 mois·discuss
I appreciate the pushback, but I wasn't actually saying people shouldn't do this. If a neighbourhood is being neglected because of some incentive structure they're powerless to affect, then yeah, take some action.

I'm just compulsive in pointing out trade-offs, and this blog post (understandably) doesn't have an interview with the civil servant on the other side presenting their perspective, so I wanted to raise the question here in case someone knew how it worked.
ikesau
·il y a 2 mois·discuss
I see road workers repairing potholes, and otherwise notice that potholes get repaired over time.

Presumably there is an intelligent process that leads to this. What alternative is there?
ikesau
·il y a 2 mois·discuss
My model of municipal maintenance is that a city's road maintenance workers have a long list of known potholes to fix which is triaged with some formula and dealt with day-by-day.

Spraypainting the pothole distorts the triage process and makes a pothole jump the queue, putting it ahead of more severe or older issues than it otherwise would have been.

It might not be zero sum, if it causes the agency to act with more haste to avoid embarrassment, but it seems like it could be close? Plus it probably takes more resources to clean up the spraypaint afterwards.

Most road maintenance crews probably aren't sitting around with abundant materials and machinery neglecting their duties, so I guess I just have some questions about what the real cost of this tactic is. What's giving.
ikesau
·il y a 2 mois·discuss
Wow, awesome.

There's also a few on the Internet Archive: https://archive.org/details/softwarelibrary_flash_unsorted?t...

(In case the OP also made you think of Teen Titans Battle Blitz for the first time in 20 years)
ikesau
·il y a 2 mois·discuss
Oh nice, this is way better.

On finnicky engines, I think if I were to seriously implement this for a project that needed to support arbitrary images, I'd do the dithering server side (assuming it's possible to develop some heuristics to select the correct transformation based on image type (text, low contrast, blurry, etc)), serve those to users, and allow them to customize the colouring filters. That way the dithering looks as good as it can per image, but it can then still be stylized to a user's preferences.
ikesau
·il y a 2 mois·discuss
Wow, my first post that's frontpaged and it's the one I put the least effort into. I've at least fixed the noise colour bleed now.

This technique does not do any file compression as it's a transformation applied to the image in the browser (though screenshots of the output would be smaller than the source)

For a post on CSS-based noise dithering that I actually polished, there's also https://ikesau.co/blog/making-a-grainy-spotlight-effect-with...
ikesau
·il y a 3 mois·discuss
Years of digestive issues resolved by a single massage? I've never heard of an outcome like that before. Could you explain more about how it worked and what this lady's approach purported to do? Who was she? Genuinely curious!
ikesau
·il y a 5 mois·discuss
> You cannot require age verification on IRC, XMPP, ActivityPub, Nostr, or Matrix, because there is no single entity to compel. Each server operator makes their own decisions. A government would need to individually pressure thousands of independent operators across dozens of jurisdictions, which is a legislative and enforcement impossibility.

I'm very much sympathetic to the post's argument, but I think it should be acknowledged that this kind of claim has an implicit "(for now)" at the end.

The legal system doesn't have good mechanisms for dealing with problems that it hasn't needed to deal with yet, but if most people moved to encrypted & decentralized protocols for communication, it doesn't follow that laws couldn't be amended to give governments powers to legislate or police it at scale if deemed necessary by some sufficiently powerful group (an autocracy, a voting bloc, a national security service, etc)

So I guess the other implicit piece is that one hopes the technological change comes with cultural change to our political expectations - once people get used to privacy and autonomy, they resist efforts to erode those rights again.

Best of luck to everyone advocating for this! Really hoping to see a lot of thriving communities post-Discord in the coming years.
ikesau
·il y a 5 mois·discuss
> After finding out that the city council was considering a housing element that would have bowed to NIMBY pressure, we sent two letters to the city, reminding it of its legal obligations under state law to approve the upzoning — and that a failure to do so would open the city up to a lawsuit.

This seems entirely reasonable to me, and I'm grateful that a group like this exists.

But I'm a YIMBY, so of course. If lobbyists were influencing my municipality from afar on the basis of laws that I disagreed with, I can imagine feeling frustrated, conspiratorial, or disenfranchised.

Maintaining a consistent commitment to liberal democracy, the legal system and due process is one of life's great challenges!
ikesau
·il y a 6 mois·discuss
Right, but I suppose one issue is that, depending on how concentrated the AI agent market becomes, the rent seeking could eventually potentially just shift to these agents instead.
ikesau
·il y a 6 mois·discuss
Nilay Patel is calling this "the DoorDash problem" and has written an essay on it here: https://www.theverge.com/podcast/823909/the-doordash-problem...
ikesau
·il y a 6 mois·discuss
i have blogged and posted sometimes-inscrutable things on this for the last 7 years https://ikesau.co
ikesau
·il y a 7 mois·discuss
My brother's got an instance for canadian urbanism and fediverse engineering: https://video.canadiancivil.com