Viewing profile — sgc
sgc
HN member- Joined
- Sun, Mar 09, 2014, 10:52 PM UTC
- HN karma
- 3,191
- Public activity
- 1,447 items
- HN profile
- View on Hacker News ↗
About sgc
Recent public activity
-
comment
Comment #49245293
I agree. I thought everybody knew to never use docker for high security, because it is "security lite". Might as well just use firejail. I presume that an agent knows more about ne…
-
comment
Comment #49218282
Thanks for answering. This is an 8b model, which are mainly curiosities outside niche tasks. I guess I am asking how far we are away from having today's more generally useful front…
-
comment
Comment #49204331
What does it take to go from here to a model on a pcie card or an m.2 card, so I can plug one into my workstation / laptop? Will 'intelligence' become much like a gpu, where most p…
-
comment
Comment #49174004
The more common concept of margin used in this context is net profit after expenses, including labor expenses. The question is therefore roughly "How much is purely for capital pro…
-
comment
Comment #49158260
Regulations are minimal compared to what most consumers would want and expect. https://www.ams.usda.gov/rules-regulations/cool
-
comment
Comment #49158177
In the US I also want to know State of Origin. Not all state food and agricultural department regulations and inspections are the same.
-
comment
Comment #49120069
Can you add odt, ods, etc support? I use libreoffice viewer but it would be nice to reduce the number of apps on my device.
-
comment
Comment #49098753
Actually many people thoroughly detest forced "memberships" to pay the actual price of the item, digital coupons, forced use of apps, and all of the other utter nonsense. I hope su…
-
comment
Comment #49097451
I would not use a personal journaling app that didn't give me that type of control, so here's one more asking :)
-
comment
Comment #49086683
I live in an earthquake prone area and thought Japan was cutting edge in earthquake protection. Beyond the obvious concern for other human beings, I am interested in why there was …
-
comment
Comment #49041005
I also use thingino and it was very easy to use. It has wireguard support, but I just set up my firewall so cams are only accessible over tailscale.
-
comment
Comment #49031059
It's like Grease monkey for CSS instead of JS. https://addons.mozilla.org/en-US/firefox/addon/styl-us/
-
comment
Comment #49028945
I use a 30-seconds-of-work horribly-hacked Stylus setting to make it a blue dot that can expand on hover: @-moz-document regexp(". ") { / Insert code here... */ #credential_picker_…
-
comment
Comment #48998680
No idea, but yes it seems like good practice to trim context there as well. A good candidate for v2 if it's not present. At the same time, even if that is not done, the todo is bot…
-
comment
Comment #48998555
Of course I have been down the rabbit hole. The software is wrong. Give me an option to bypass re-encoding, and instead of failing based on diagnostics like it does, just play the …
-
comment
Comment #48992950
> Don’t make me report you to a submod. This is pathologically outside scope. I don't think I have ever seen somebody threaten somebody else on hn before. The 'don't make me do it …
-
comment
Comment #48987602
I have a problem that it constantly tries to re-encode video that could be played perfectly fine in their player or the mpv shim. I wound up just mounting my remote drives and play…
-
comment
Comment #48987385
Actually it does include an important level of review. They say "init a TODO list with a validation step for each item", and then the last several sections of the execution are wit…
-
comment
Comment #48961150
I think you missed my point, which is that in the US, people typically described as nationalists tend to be pseudo-nationalists who value pomp and ceremony, but not substantial con…
-
comment
Comment #48958567
I am American who has lived in many countries around the world, and I think this is distinctly wrong and the source of many problems in the US. It would be more correct to say that…
-
comment
Comment #48885806
A bit late, but I followed up on this useful tip and found a gist that breaks down the opencode methodology: https://gist.github.com/rmk40/cde7a98c1c90614a27478216cc0155... The gis…
-
comment
Comment #48885680
It seems like there could be a useful strategy of writing a plan with a main agent, and then instead of spawning subagents to implement, fork the main context to write each part. T…
-
comment
Comment #48845606
It seems like they are actually using the subscription providers' respective cli tools and managing context for them. In which case I believe it is not against the ToS any more tha…
-
comment
Comment #48845403
Can anybody share a tested system prompt they use for general coding tasks in pi?
-
comment
Comment #48845378
I have one core complex task where there are a number of simple errors like this. The easiest thing for me was to just have a post-processing script that performs: lint > mark know…