HackerTrans
TopNewTrendsCommentsPastAskShowJobs

revicon

no profile record

Submissions

20 Year time-lapse video of stars orbiting a supermassive black hole

youtube.com
4 points·by revicon·há 15 dias·1 comments

DESI Completes Planned 3D Map of the Universe

newscenter.lbl.gov
4 points·by revicon·há 3 meses·0 comments

Mind-bending relativity illusion has never been seen–until now

scientificamerican.com
3 points·by revicon·há 4 meses·0 comments

New York proposal requires 3D printer manufacturers to prevent gun printing

tomshardware.com
5 points·by revicon·há 6 meses·3 comments

China's CO2 emissions have now been flat or falling for 18 months

carbonbrief.org
3 points·by revicon·há 8 meses·0 comments

React Conf 2025 streaming live Tuesday and Wednesday

conf.react.dev
3 points·by revicon·há 9 meses·0 comments

comments

revicon
·há 15 dias·discuss
Edit: This video was from a while back but I hadn't seen it before.

More info: https://www.eso.org/public/videos/eso1825e/
revicon
·há 2 meses·discuss
This show's use of music really made it magical

One of my favorite scenes: https://vimeo.com/151017533
revicon
·há 5 meses·discuss
Bookmark this page...

https://www.facebook.com/?filter=friends&sk=h_chr

its a filter to just show you posts from your friends, no groups, nothing else.
revicon
·há 5 meses·discuss
This is why I put the raw url to the script first in my comment. Downloading the script file, doing a chmod +x and then a ./script.sh to execute it is daunting for some.

But I'll add a caveat to my original comment as well.

edit: Looks like I can't edit my original comment anymore.
revicon
·há 5 meses·discuss
Here's a one-shot script that does the compare for you, in case it's helpful...

  https://www.sfbaylabs.org/files2/2026-02-11/bad_browser_extension_check_osx.sh
You can run it directly if you cut/paste this in your mac terminal...

  curl -fsSL https://www.sfbaylabs.org/files2/2026-02-11/bad_browser_extension_check_osx.sh | bash
revicon
·há 5 meses·discuss
If you're on a mac, you can list all the IDs of your installed browser extensions across all your profiles like this...

  find "$HOME/Library/Application Support/Google/Chrome" \
    -type d -path "*/Extensions/*" -not -path "*/Extensions/*/*" \
    -print 2>/dev/null | sed 's#.*/Extensions/##' | sort -u
Compare to the list of bad extensions. I stuck a stripped down list here...

  https://www.sfbaylabs.org/files2/2026-02-11/chrome_extensions_exfiltrating_history.txt
revicon
·há 5 meses·discuss
It seems there are a bots on here commenting and upvoting each other. If HN is susceptible to this, it feels like there's no chance for the rest of the web. Damn.
revicon
·há 5 meses·discuss
It is amazing how much they’re gaming the twitter algorithm, everything in my feed is claw/molt/whatever for the last week.

It’s a masterclass in spammy marketing, I wonder if it’s actually converting into actual users.
revicon
·há 6 meses·discuss
https://archive.ph/aRsRV
revicon
·há 6 meses·discuss
“the proposed law will also make sharing and possession of 3D files containing guns or gun components illegal”
revicon
·há 6 meses·discuss
https://www.mattcrampton.com
revicon
·há 8 meses·discuss
The statistics on consumers evaluating the purchase of something that is $9.99 vs $10 is well proven.

Switching to round number prices would cost retailers a whole lot more.

https://www.sciencedirect.com/science/article/pii/S002243599...

https://www.researchgate.net/publication/23547242_Penny_Wise...

https://www.sciencedirect.com/science/article/pii/S002243590...
revicon
·há 8 meses·discuss
There are several US states where, by law, retailers are not allowed to give preferential treatment to credit card paying customers over cash paying ones. Which means, in those states, retailers will be required to always round transactions to the cash paying customer's benefit, where in other states the retailer is allowed to round to the nearest 5 cents. This is going to cost large retailers millions.

Interestingly many of them had already put the work into updating the cash register software to allow for this due to the penny shortages during covid.
revicon
·há 8 meses·discuss
Right up until your user opens your site in more than 6 tabs.
revicon
·há 9 meses·discuss
I have a bunch of little scripts and aliases I've written over the years, but none are used more than these...

alias ..='cd ..'

alias ...='cd ../..'

alias ....='cd ../../..'

alias .....='cd ../../../..'

alias ......='cd ../../../../..'

alias .......='cd ../../../../../..'
revicon
·há 2 anos·discuss
Whatsapp message content can be pulled via a subpoena along with a lot of other private data. Signal's can not.

FBI doc on what messaging apps can provide via subpoena pulled by a FOIA request...

https://propertyofthepeople.org/document-detail/?doc-id=2111...