HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cpeterso

44,120 karmajoined 16 वर्ष पहले

Submissions

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

theregister.com
15 points·by cpeterso·19 दिन पहले·1 comments

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

inc.com
9 points·by cpeterso·पिछला माह·0 comments

Hank Green: How to Fix the Internet

time.com
4 points·by cpeterso·2 माह पहले·0 comments

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

cnn.com
4 points·by cpeterso·2 माह पहले·0 comments

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

wired.com
41 points·by cpeterso·3 माह पहले·18 comments

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

theguardian.com
4 points·by cpeterso·3 माह पहले·1 comments

Intuit compressed months of tax code implementation into hours

venturebeat.com
1 points·by cpeterso·3 माह पहले·0 comments

Linux kernel maintainers are following through on removing Intel 486 support

arstechnica.com
18 points·by cpeterso·3 माह पहले·1 comments

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

theliquidfrontier.leaflet.pub
4 points·by cpeterso·4 माह पहले·1 comments

New GitHub repository settings to configure pull request access

github.com
2 points·by cpeterso·5 माह पहले·0 comments

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

local12.com
28 points·by cpeterso·5 माह पहले·26 comments

GenAI Go SDK for AI

50984e11.maruel-ca.pages.dev
1 points·by cpeterso·5 माह पहले·0 comments

A benchmark for LLM vericoding: formally verified program synthesis

arxiv.org
2 points·by cpeterso·6 माह पहले·0 comments

Two Thinking Machines Lab Cofounders Are Leaving to Rejoin OpenAI

wired.com
2 points·by cpeterso·6 माह पहले·0 comments

Wordiest: Android APK ported to iOS by ChatGPT 5.2

blog.fsck.com
2 points·by cpeterso·7 माह पहले·0 comments

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

theverge.com
2 points·by cpeterso·7 माह पहले·0 comments

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

businessinsider.com
1 points·by cpeterso·7 माह पहले·0 comments

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

businessinsider.com
4 points·by cpeterso·7 माह पहले·6 comments

Arc Raiders and the Ethical Use of Generative AI in Games

aiandgames.com
2 points·by cpeterso·8 माह पहले·1 comments

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

zeldman.com
4 points·by cpeterso·8 माह पहले·0 comments

comments

cpeterso
·5 दिन पहले·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
·26 दिन पहले·discuss
Why was SVN preferable over git for finished assets?
cpeterso
·26 दिन पहले·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
·पिछला माह·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
·पिछला माह·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
·पिछला माह·discuss
And Apple already has a $20B search partnership with Google they can build on.
cpeterso
·पिछला माह·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
·पिछला माह·discuss
more like the "Obama Awards Obama a Medal" meme:

https://knowyourmeme.com/memes/obama-awards-obama-a-medal
cpeterso
·पिछला माह·discuss
You can also include other md files like AGENTS.md in CLAUDE.md:

  @AGENTS.md
cpeterso
·2 माह पहले·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 माह पहले·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 माह पहले·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 माह पहले·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 माह पहले·discuss
Restarting Windows is actually “cleaner” than shutting down on modern PCs because shutdown saves some kernel state for Windows Fast Startup.
cpeterso
·2 माह पहले·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 माह पहले·discuss
Or describing something as “the unlock”.
cpeterso
·2 माह पहले·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 माह पहले·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 माह पहले·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 माह पहले·discuss
What coding model are you using for the rewrite? Opus for everything? A prerelease model like Mythos?