Viewing profile — machiaweliczny
machiaweliczny
HN member- Joined
- Sun, Jul 12, 2015, 2:14 PM UTC
- HN karma
- 687
- Public activity
- 888 items
- HN profile
- View on Hacker News ↗
About machiaweliczny
No profile information was provided.
Recent public activity
-
comment
Comment #48323053
Good news is that HTML in canvas might bring back these cool days :)
-
comment
Comment #48323002
Yes it's still bad there's no viable headless UI in browser one can really style and it has all the a11y etc. but need extra library for selects that work etc. Invented work for no…
-
comment
Comment #48297809
At current rates you are losing when renting (excluding possible appreciation), that's why it's hard to sell and easy to rent. Due to low rates before homes went big in value cause…
-
comment
Comment #48292351
The thing with home is that it's leveraged investment for normal people. You can pay 10% of value and resell later. Buying home for cash is less optimal but for credit it makes sen…
-
comment
Comment #48192833
Tested and it's good. Fast version is bad though. I like planning model in Cursor that it works more like human written design doc instead of too detailed AI plan. Seems like this …
-
comment
Comment #48035205
The practical case is less time spend on rebasing/formatting code - IMO formatting standard is very helpful as then it's the same as storing AST. There's also better preserving of …
-
comment
Comment #48034980
They would compete with Meta then which already does something like this but has mature AD tech
- comment
-
comment
Comment #47489380
Rookie mistake, you just conflating concepts pretending things don't exist. Good API is one that is minimal, explicit and acomplishes the job without conflating with somethings els…
-
comment
Comment #47307572
I personally go 3x for gym classes like "healthy spine", "mobility", "core" etc. and then 2-3x hard training. But I would say I am very active recently. Do I feel better? Yes. Was …
-
comment
Comment #47272668
5.2 and 5.3 are strong/best for coding, 5.0 and 5.1 were garbage
-
comment
Comment #47087596
We need that for this chinese 3B model that think 45s for hello world but also solves math.
-
comment
Comment #47087519
A lot of NLP tasks could benefit from this
-
comment
Comment #47004399
No it's not because cost is much lower. They do some kind of speculative decoding in monte-carlo way If I had to guess as humans do it this way is my hunch. What I mean it's kinda …
-
comment
Comment #47004289
Windows Phone was actually good. I would even say that my Lumia something was one of best experiences ever on mobile. G+ was also good. Efficient markets mean that you can "extract…
-
comment
Comment #46989852
--help explains this, -s for sandbox and -a for approvals
-
comment
Comment #46989702
For now until they are in the lead
-
comment
Comment #46987509
Claude: you get rate-limited with one prompt so hard to validate 4.6 Codex: better with rate-limits, 5.2 strong with logic problems Cursor: cursor auto - a bit dumb still but I use…
-
comment
Comment #46898730
I think this will work but requires quality data pipelines and scaffolding same as coding
-
comment
Comment #46898702
Yeah, I think people have had enough this time its not gonna fly
-
comment
Comment #46869204
Man this is art
-
comment
Comment #46645743
Yeah, that's my current gripe but I think this just needs some good examples in AGENTS.md (I've done some for hooks and it kinda works but need to remind it). I need good AGENTS.md…
-
comment
Comment #46631028
But detailed specs exists for both HTML and JS and tests also exists and unlimited amount of test data. You can just try running webpage or program and also have reference implemen…
-
comment
Comment #46598789
Yeah, seems like this could be achieved by using https://github.com/streamich/memfs/blob/master/docs/snapshot... Weird they don't use it - might backfire hard
-
comment
Comment #46552858
BTW does anyone know of good assistant voice stack that's Open Source? I used https://github.com/ricky0123/vad for voice activation -> works good, then just using Web Speech API as…