Viewing profile — mifydev
mifydev
HN member- Joined
- Sun, Oct 29, 2023, 7:58 PM UTC
- HN karma
- 534
- Public activity
- 142 items
- HN profile
- View on Hacker News ↗
About mifydev
Socials: - github.com/chebykinn - linkedin.com/in/chebykin - reddit.com/user/heraldev - x.com/ichebykin
---
Recent public activity
-
story
Show HN: GLP-RAM – Chrome extension reducing the browser memory appetite
Hi! I've been struggling to use Chrome on my M1 Mac, because of how much RAM it eats, and memory saver wasn't enough. I've made this extension based on combination of features on m…
-
comment
Comment #48156608
Based on comments below the solution is to make the API public and publish the architecture design, along with the binaries. This way the company can avoid spending too much money …
-
comment
Comment #48143925
This is a very myopic and unnecessary cynical sentiment. It's not about you - agents just need to run without your computer being on all the time. Coding is a background task that …
-
comment
Comment #48125765
I predict that ntsync will eventually evolve into full blown ntoskrnl.ko and there would be virtually no overhead on calling Windows API. You can almost call it a Linux Subsystem f…
- story
-
comment
Comment #47982868
Is it just aligning to EB1A standards, or more rigorous and picky process in general?
- story
-
comment
Comment #47944533
Missed opportunity for a tongue twister: Who coded the code Claude Code code?
- story
-
comment
Comment #47535500
I've been experimenting with similar concept myself. The linter loop is the only thing that can keep the agent sane in my opinion, and if anyone can generalize bun+tsc loop to othe…
-
comment
Comment #47510874
Hm, speculating a bit, but it feels like NTSYNC is essentially a beginning of NT Subsystem for Linux, or maybe ntoskrnl as a kernel module. Feels like the most clean and fast way t…
-
comment
Comment #47330224
nice, htmx is infiltrating into the browser standards
-
comment
Comment #47305870
Pantheon is closer than we thought
-
comment
Comment #47280535
You can just boot freedos to run them, it will execute in real mode which has the same cpu instructions as 40 years ago.
-
comment
Comment #47279830
I'm quite concerned about x86 future, but the article has a point if you read it past the title. It says that x86 is highly standardised - even with different combinations of chips…
-
comment
Comment #47234062
What about the screen refresh rate? Do they deliberately keep it at 60hz so people would buy a MacBook Pro?
-
comment
Comment #47042755
Frankly, I don't like this kinds of takes. Yes, people are seeing more spam in their pull requests, but that's just what it is - spam that you need to learn how to filter. For regu…
-
comment
Comment #46807313
I've submitted it to web store, but I'm sure that the review will be very long. The extension requires a lot of permissions, with this kinds of things personally I'll trust more if…
-
comment
Comment #46804661
It is passing ACID1 test now!
-
comment
Comment #46803157
That's a good point, I'll add support for other models shortly.
-
comment
Comment #46803148
Backend service is definitely way to go if you want to serve models for the user. So Bash and Edit tools are a bit weird, Bash tool is essentially JS execution, and Edit tool autom…
-
comment
Comment #46802306
Yup, full access to DOM! Still needs a lot of optimizations, but the trick is that the agent reads the DOM as file, so it can grep parts of it naturally.
-
comment
Comment #46802270
Oh that's cool! I've just used wxt to pack extension for firefox and chrome and just used typescript and plain anthropic api. My goal is to make this run fully inside the browser, …
-
story
Show HN: Cursor for Userscripts
I’ve been experimenting with embedding an Claude Code/Cursor-style coding agent directly into the browser. At a high level, the agent generates and maintains userscripts and CSS th…
- story