HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cpeterso

44,120 karmajoined 16 năm trước

Submissions

Cloudflare teams up with big browsers to help websites detect unwelcome visitors

theregister.com
15 points·by cpeterso·18 ngày trước·1 comments

DeepMind CEO says those cutting jobs because of AI 'lack imagination'

inc.com
9 points·by cpeterso·tháng trước·0 comments

Hank Green: How to Fix the Internet

time.com
4 points·by cpeterso·2 tháng trước·0 comments

Cruise ships are sailing to a phantom destination that doesn't appear on any map

cnn.com
4 points·by cpeterso·2 tháng trước·0 comments

Mozilla Used Anthropic's Mythos to Find and Fix 271 Bugs in Firefox

wired.com
41 points·by cpeterso·3 tháng trước·18 comments

Meta creating AI version of Mark Zuckerberg so staff can talk to the boss

theguardian.com
4 points·by cpeterso·3 tháng trước·1 comments

Intuit compressed months of tax code implementation into hours

venturebeat.com
1 points·by cpeterso·3 tháng trước·0 comments

Linux kernel maintainers are following through on removing Intel 486 support

arstechnica.com
18 points·by cpeterso·3 tháng trước·1 comments

Attie: The Future of AI Should Serve People, Not Platforms

theliquidfrontier.leaflet.pub
4 points·by cpeterso·4 tháng trước·1 comments

New GitHub repository settings to configure pull request access

github.com
2 points·by cpeterso·5 tháng trước·0 comments

Your pet's microchip may now be useless after chip company goes out of business

local12.com
28 points·by cpeterso·5 tháng trước·26 comments

GenAI Go SDK for AI

50984e11.maruel-ca.pages.dev
1 points·by cpeterso·5 tháng trước·0 comments

A benchmark for LLM vericoding: formally verified program synthesis

arxiv.org
2 points·by cpeterso·6 tháng trước·0 comments

Two Thinking Machines Lab Cofounders Are Leaving to Rejoin OpenAI

wired.com
2 points·by cpeterso·6 tháng trước·0 comments

Wordiest: Android APK ported to iOS by ChatGPT 5.2

blog.fsck.com
2 points·by cpeterso·7 tháng trước·0 comments

Google is building an experimental new browser and a new kind of web app

theverge.com
2 points·by cpeterso·7 tháng trước·0 comments

DeepMind spent years trying to break away from Google (2021)

businessinsider.com
1 points·by cpeterso·7 tháng trước·0 comments

Google will start building data centers in space, powered by the sun, in 2027

businessinsider.com
4 points·by cpeterso·7 tháng trước·6 comments

Arc Raiders and the Ethical Use of Generative AI in Games

aiandgames.com
2 points·by cpeterso·8 tháng trước·1 comments

Receipts: A brief list of prominent articles proclaiming the death of the web

zeldman.com
4 points·by cpeterso·8 tháng trước·0 comments

comments

cpeterso
·4 ngày trước·discuss
There was a golang proposal to change Go's default int type to arbitrary precision big int. It would avoid overflow bugs, but the proposal was closed (after eight years) due to concerns about compatibility reading serialized data and performance.

https://github.com/golang/go/issues/19623
cpeterso
·25 ngày trước·discuss
Why was SVN preferable over git for finished assets?
cpeterso
·25 ngày trước·discuss
SPOILER:

> According to the new proof, that ceiling is roughly 14 riffle shuffles for a 52-card deck, if you cut your deck in a random place with each shuffle. Beyond that point, the cards will be fully mixed.

Great article and worth reading even though you now know the answer. :)
cpeterso
·tháng trước·discuss
The Claude (and ChatGPT) web UI supports incognito/temporary chats that are discarded when you close the tab. Click the ghost or dotted speech bubble icon in the upper right corner of the page.

I use this as my default mode so I don't clutter my chat history with random, one-off questions I ask. Unfortunately, there is no way to change your mind and save a productive incognito chat after you've started chatting.
cpeterso
·tháng trước·discuss
You can report websites that don't work, or block Firefox, to Mozilla at https://webcompat.com/. Mozilla engineers try to reach out to the website developers or ship site-specific workarounds in Firefox.
cpeterso
·tháng trước·discuss
And Apple already has a $20B search partnership with Google they can build on.
cpeterso
·tháng trước·discuss
It should be, unless there are new issues. This code change landed in Firefox 153 Nightly and 153 will become the next ESR version (July 21).

https://whattrainisitnow.com/release/?version=esr
cpeterso
·tháng trước·discuss
more like the "Obama Awards Obama a Medal" meme:

https://knowyourmeme.com/memes/obama-awards-obama-a-medal
cpeterso
·tháng trước·discuss
You can also include other md files like AGENTS.md in CLAUDE.md:

  @AGENTS.md
cpeterso
·tháng trước·discuss
The company could also test the bots in their employees’ homes for no cost. If employees aren’t comfortable with the bots in their own homes, then they shouldn’t let them loose in others’.
cpeterso
·2 tháng trước·discuss
I name my branches for the overall task. The description of the branch’s head commit in jj status doesn’t tell the whole story.
cpeterso
·2 tháng trước·discuss
Having to list all the bookmarks you would list to auto-advance in your jj config.toml is a hassle and easy to forget.
cpeterso
·2 tháng trước·discuss
I see people asking LLMs to omit comments, but comments like PDL (Program Design Language) could be helpful for interactive development: ask the LLM to write pseudocode comments, review them, and then ask the LLM to expand them to actual code. People say comments should explain why, not how. That seems useful for both human reviewers and LLMs.

https://en.wikipedia.org/wiki/Program_Design_Language
cpeterso
·2 tháng trước·discuss
Restarting Windows is actually “cleaner” than shutting down on modern PCs because shutdown saves some kernel state for Windows Fast Startup.
cpeterso
·2 tháng trước·discuss
I’ve read (but haven’t tested yet) that you can still enable Opus 4.6 with:

  /model claude-opus-4-6[1M]
cpeterso
·2 tháng trước·discuss
Or describing something as “the unlock”.
cpeterso
·2 tháng trước·discuss
Dennis E. Taylor’s “Bobiverse” series is goofy, yet hard, SF about a guy (Bob) whose uploaded mind gets sold when the cryogenic hosting company goes out of business. Given a job piloting a deep space probe, he starts replicating and exploring the galaxy.
cpeterso
·2 tháng trước·discuss
That’s why they suggested one developer use Firefox and another one use Safari.

Ideally websites should also test with the beta versions of Firefox, Safari, and Chrome to find and report regressions (browser bugs or web spec changes) so they can get fixed before the release breaks your website.
cpeterso
·2 tháng trước·discuss
Here's a recording of a 2020 presentation ("Securing the Future of Safety and Security of Embedded Software") from NVIDIA at the AdaCore conference:

https://www.youtube.com/watch?v=2YoPoNx3L5E
cpeterso
·2 tháng trước·discuss
What coding model are you using for the rewrite? Opus for everything? A prerelease model like Mythos?