HackerTrans
TopNewTrendsCommentsPastAskShowJobs

s-video

no profile record

Submissions

Unofficial Saint Patrick's Day

en.wikipedia.org
2 points·by s-video·l’année dernière·0 comments

GPL Defense Issues (2016)

lists.linuxfoundation.org
2 points·by s-video·il y a 2 ans·0 comments

A Programming and Problem-Solving Seminar (1985) [pdf]

www-cs-faculty.stanford.edu
3 points·by s-video·il y a 2 ans·0 comments

The History of Mike Tyson's Punch-Out World Records [video]

youtube.com
3 points·by s-video·il y a 3 ans·0 comments

Screenwriters' Lecture: Charlie Kaufman (2011)

bafta.org
104 points·by s-video·il y a 3 ans·30 comments

On productive and counterproductive ways to read

econlib.org
2 points·by s-video·il y a 3 ans·0 comments

How to get better/faster at minesweeper

speedrun.com
1 points·by s-video·il y a 3 ans·0 comments

What Is Science? (2013)

preposterousuniverse.com
1 points·by s-video·il y a 3 ans·0 comments

The Plonk It Guide to GeoGuessr – Poland

plonkit.net
1 points·by s-video·il y a 3 ans·0 comments

I'm particularly crazy about keyboard cleanliness

forums.macrumors.com
2 points·by s-video·il y a 3 ans·0 comments

An Algorithm for Differential File Comparison (1976) [pdf]

cs.dartmouth.edu
2 points·by s-video·il y a 3 ans·0 comments

Git Internals – Git Objects

git-scm.com
2 points·by s-video·il y a 3 ans·1 comments

Units of Exchange

lesswrong.com
2 points·by s-video·il y a 3 ans·0 comments

From My to Me (2020)

interfacecritique.net
1 points·by s-video·il y a 4 ans·0 comments

Politeness Maxims

en.wikipedia.org
5 points·by s-video·il y a 4 ans·0 comments

comments

s-video
·l’année dernière·discuss
I feel like this reveals some sampling error in the OP rant. When you see something negative get made that makes you think "nobody cares", you're not seeing the people who did care and left.
s-video
·il y a 2 ans·discuss
NEL was a brief deviation from the usual CDL one-borrower-at-a-time system. Parent asked how CDL, not NEL, hurt authors.
s-video
·il y a 2 ans·discuss
I had one of these as a kid, got it as a christmas present because my dad did the give one get one thing. It was a lot of fun and I remember messing around with Python on there because it came with an interpreter, I think.
s-video
·il y a 3 ans·discuss
Hah, I had the same experience. Saw microsoft.com and thought "it's gonna be a Raymond, I can feel it"
s-video
·il y a 3 ans·discuss
I watched Lucifer Rising when I was a teenager because some of my Tumblr friends recommended it to me. While I can't say I took much away from it other than it looked cool, I'll always have some fond memories of that time associated with it.
s-video
·il y a 3 ans·discuss
1. Have you read Andy Matuschak's guide to prompt writing? Your post reminded me of it. https://andymatuschak.org/prompts/

2. Do you have any sort of guide or principles for note-taking? I'm always debating whether or not it's worth taking notes, and when I do take notes I'm debating what the best way to do it is. (Hierarchal/bulleted information like in your post, or summarizing things in paragraphs, or what) A lot of times it's unclear to me what information is worth writing and it frustrates me.
s-video
·il y a 3 ans·discuss
Even though I might use these commands only rarely, this made me feel more confident with Git.
s-video
·il y a 3 ans·discuss
I'd like to shout out Adam Ragusea for having a >2M subscriber cooking channel while not doing any of this.
s-video
·il y a 3 ans·discuss
Is this how new brands get usernames that would otherwise seem to be claimed long ago?
s-video
·il y a 4 ans·discuss
https://archive.ph/PNyh1
s-video
·il y a 4 ans·discuss
I think you if you have a particular goal with using the computer it gets easier to avoid hoarding. I'm trying to get better at writing code that's easy to read and change, which is admittedly too vague but it can still help me be real with myself and close tabs that don't have anything to do with it.

For example, here's two tabs I opened recently:

A Neat XOR Trick: https://www.mattkeeter.com/blog/2022-12-10-xor/

Code Only Says What it Does: https://brooker.co.za/blog/2020/06/23/code

So that first one is about solving an advent of code problem cleverly. That second one makes some nice points about how code doesn't necessarily capture your intent or the reasons you wrote what you did. So if I had both of those open in my browser or in some queue for unread links, and I wanted to cut down, I'd delete the first one.

I also find it helpful to ask if a link has any information that isn't already covered by some other resource in more depth. So if my goal was to learn more about compilers I might be tempted to save the blog post OP links to about writing a brainfuck compiler in Go with LLVM but there's already resources like Crafting Interpreters out there, so I'd probably only give that blog post a skim and not bother saving the link. (But if it was my goal to specifically write a brainfuck compiler, or write a compiler in Go, or write a compiler that uses LLVM, or some combination, I'd be more likely to save that particular post.)