HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Klaster_1

2,305 karmajoined 6 ปีที่แล้ว
[email protected] My CV: https://klaster1.github.io/Klaster1/ https://github.com/Klaster1/timer-5 - a simple time tracking tool

Socials: - reddit.com/user/Klaster_1 - https://www.linkedin.com/in/ilya-borisov-ba6855234/ - meet.hn/city/cy-Paphos%20Municipality

Interests: Cycling, Programming, Gaming

---

Submissions

EU could announce social media ban for kids in September

euractiv.com
4 points·by Klaster_1·9 วันที่ผ่านมา·0 comments

Neuralink: Our First Transdural Procedure [video]

youtube.com
3 points·by Klaster_1·10 วันที่ผ่านมา·0 comments

VSCode-pull-request-GitHub repeatedly asked to sign in again using GitHub

github.com
1 points·by Klaster_1·11 วันที่ผ่านมา·0 comments

Hoog: Europe Is Losing [video]

youtube.com
2 points·by Klaster_1·21 วันที่ผ่านมา·0 comments

PowerToys 0.100 Is Here

devblogs.microsoft.com
2 points·by Klaster_1·เดือนที่แล้ว·0 comments

Claude Fable 5 is generally available for GitHub Copilot

github.blog
3 points·by Klaster_1·เดือนที่แล้ว·0 comments

Larger context windows and configurable reasoning levels for GitHub Copilot

github.blog
3 points·by Klaster_1·เดือนที่แล้ว·0 comments

Angular v22

blog.angular.dev
135 points·by Klaster_1·เดือนที่แล้ว·79 comments

Updates to GitHub Copilot billing and plans

github.blog
4 points·by Klaster_1·เดือนที่แล้ว·0 comments

Claude Opus 4.8 is generally available for GitHub Copilot

github.blog
4 points·by Klaster_1·เดือนที่แล้ว·0 comments

The Insane Complexity of the Semiconductor Global Supply Chain [video]

youtube.com
3 points·by Klaster_1·เดือนที่แล้ว·0 comments

Tesla's 4680 battery cells are underperforming and frustrating buyers

electrek.co
17 points·by Klaster_1·2 เดือนที่ผ่านมา·0 comments

SpaceX "Test Like You Fly" Documentary 4K [video]

youtube.com
4 points·by Klaster_1·3 เดือนที่ผ่านมา·0 comments

IEA: Solar overtakes all energy sources in a major global first

electrek.co
168 points·by Klaster_1·3 เดือนที่ผ่านมา·135 comments

Don't Be Evil

pluralistic.net
6 points·by Klaster_1·3 เดือนที่ผ่านมา·0 comments

RotorQuant: Faster Than TurboQuant

github.com
2 points·by Klaster_1·3 เดือนที่ผ่านมา·1 comments

Your Single Use iPhone [video]

youtube.com
3 points·by Klaster_1·3 เดือนที่ผ่านมา·0 comments

Hoog: Why LA Can't Build [video]

youtube.com
2 points·by Klaster_1·3 เดือนที่ผ่านมา·0 comments

MariaDB Completes GridGain Acquisition

mariadb.com
1 points·by Klaster_1·4 เดือนที่ผ่านมา·0 comments

FreeCAD Version 1.1 Released

blog.freecad.org
7 points·by Klaster_1·4 เดือนที่ผ่านมา·1 comments

comments

Klaster_1
·3 วันที่ผ่านมา·discuss
https://www.youtube.com/watch?v=VTrdeqMMMK0
Klaster_1
·9 วันที่ผ่านมา·discuss
To be honest I expect the site to give me some way to browse mags at random, just like you can with a real pile of magazines.
Klaster_1
·9 วันที่ผ่านมา·discuss
AFAIK you can already use custom models in VSCode Copilot, but probably not for cloud workloads yet.
Klaster_1
·10 วันที่ผ่านมา·discuss
That's how I use matrix params in one of my Angular projects - these are very handy to put segment filter params into instead of query params. When you have parallel routes (page/dialog) and filtering everywhere, URLs stay much easier to reason about.
Klaster_1
·30 วันที่ผ่านมา·discuss
Thanks for clarifying, that's a pretty good summary. Russian developers experienced the same "HN is not for politics" kinds of reaction on Habr (russian HN, more or less) a decade ago, until politics came for them and Habr died. Before that, "being outside of politics" was a stance some people identified with because back then Putins regime didn't repress as much and the situation was "stable". Seeing a take like that still having its followers after our autocracy matured even more is disheartening and sad.
Klaster_1
·เดือนที่แล้ว·discuss
>Macaroni Messenger is not a political statement. >We are not trying to circumvent restrictions. >We are not trying to circumvent restrictions. >We are not trying to fight the laws.

This is talking politics without talking politics. The project literally attempts to circumvent russian censorship restrictions and their spirit. This is either a joke the file talks about or naive CYA.

Cool project nevertheless, I like idea of an utility SPA distributed as bare HTML file that doesn't even require a web server.
Klaster_1
·เดือนที่แล้ว·discuss
A couple of months ago, I experimented with this - took tsgo and ported tsc to go with Claude. The main issue why this still didn't happen yet is because tsgo doesn't expose plugin API externally, but it's still there, so you can just co-locate your plugin as extra Go module and compile everything together. Managed to get my fairly large Angular app to compile and even run unit tests. Cold compile time went down about 2x - so the benefits are there, but not as dramatic. I think this would still need architecture level optimizations that enable build parallelization, but that also requires making some changes to framework API so components can be isolated-compiled or something.
Klaster_1
·เดือนที่แล้ว·discuss
Some things are verifiable. Before coding agents, if I encountered an issue with a library or a framework, my first hunch would be to find a GitHub issue with a suggested workaround. Nowadays, I can ask an agent to really dig into it and often it does surface the root cause. For example, the other day I got a test hangup after updating to Angular 22, and the agent managed to find the bug and suggest a very trivial workaround compared to what I originally planned to go with. I reported the issue and it was fixed the next day, more or less along the lines of what I'd do.
Klaster_1
·เดือนที่แล้ว·discuss
Same experience here.

I wish Angular dropped their weird compiler that's tight coupled to tsc and moved into more pluggable approach so you can use it with whatever TS compiler. App and unit test cold build times are still crap, but at least with a coding agent you care about this less.
Klaster_1
·เดือนที่แล้ว·discuss
rutracker.org is pretty good and is still going strong despite its age.
Klaster_1
·เดือนที่แล้ว·discuss
Not a rarbg without daily scene music releases.
Klaster_1
·เดือนที่แล้ว·discuss
> This is a component you can use if you're building a DIY keyboard and want to make it wireless?

Pretty much so, yes. I used similar, nice!nano inspired modules (SuperMini) to build these after I purchasing for a keeb build that didn't pan out:

1. Headphone hook that automatically switches output device to headphones when you take them off.

2. Bicycle wireless shifting module to retrofit my old wired Di2 levers.

Very noob friendly and cheap to experiment with. You can even program it with Python.
Klaster_1
·2 เดือนที่ผ่านมา·discuss
Funny because euro is Greek ευρώ, which is pronounced ev-ro. The Cyrillic евро on notes is also pronounced the same.
Klaster_1
·2 เดือนที่ผ่านมา·discuss
This is the biggest question I also had after reading the blog post. Given the recent chain of attacks, wouldn't it make sense to enforce staged publish by default or at least gradually move over to it?
Klaster_1
·2 เดือนที่ผ่านมา·discuss
I do this all the time, getOrInsert would come really handy: you need something from a Map-backed storage, but the value may be unset, so you first check if it's undefined, set the default value, and then use that.

Example:

    update(store, (draft) => {
      if (!draft.alertConfigurations.has(req.params.clusterId))
        draft.alertConfigurations.set(req.params.clusterId, new Map());
      const clusterAlerts = draft.alertConfigurations.get(req.params.clusterId);
      req.body.forEach((alert) => clusterAlerts.set(alert.id, { ...alert, predefined: false }));
    });
Klaster_1
·2 เดือนที่ผ่านมา·discuss
With upcoming mediterranean summer scorch, the idea doesn't sounds that bad at all: go to bed even later, still wake up at dawn, nap at lunch. The only problem is that businesses are closed early morning and late evening.
Klaster_1
·2 เดือนที่ผ่านมา·discuss
Agree, I was very surprised to see oil and coal all the way at 20s!
Klaster_1
·2 เดือนที่ผ่านมา·discuss
Same here! New Firefox VPN feature comes in really handy here - just toggle it on and the access is back, load the page and turn off again.
Klaster_1
·2 เดือนที่ผ่านมา·discuss
How does this compare to Playwwright? It got a similar feature recently [0]

[0] https://github.com/microsoft/playwright/releases/tag/v1.59.0
Klaster_1
·3 เดือนที่ผ่านมา·discuss
I also recommend Voices from Chernobyl by Svetlana Alexievich, some of people the characters from the book are even present in the TV series.