frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Physicality: The New Age of UI

https://www.lux.camera/physicality-the-new-age-of-ui/
1•tambourine_man•8m ago•0 comments

Yes or No Wheel

https://quickdecide.xieyonglin.com/wheels/yesorno/
1•ishowcode•8m ago•0 comments

Good Startup Communication

https://substack.gauravvohra.com/p/good-startup-communication
1•gauravvohra•17m ago•0 comments

Show HN: Radiant – Analyze a business's online presence

https://www.getradiant.me/analyzer
3•adi4213•21m ago•0 comments

Love Bomb: AI Is Coming for Our Relationships

https://centerforhumanetechnology.substack.com/p/intimacy-in-the-age-of-ai
2•mitchbob•22m ago•0 comments

Red Language Reference Manual

https://www.iment.com/maida/computer/redref/index.htm
1•todsacerdoti•25m ago•0 comments

GenAI Startups for Hedge Funds

https://magis.substack.com/p/genai-for-hedge-funds-startups
1•izyda•37m ago•0 comments

Meta's AI Slop Will Make Ads Creepier and Worse

https://www.bloomberg.com/opinion/articles/2025-06-03/mark-zuckerberg-s-ai-slop-is-coming-to-ads
3•petethomas•40m ago•0 comments

Insilico Announces Nature Publication for Rentosertib Designed with AI Approach

https://www.nature.com/articles/s41591-025-03743-2
1•tiberiusg•40m ago•1 comments

Show HN: I turned my infrastructure into a tab

https://swiftor.io
1•furaar•48m ago•0 comments

ApiFlux – A Visual Playground to Build and Debug API Workflows

1•Shubham_APIFLUX•49m ago•1 comments

I created a curated list of AI agents for consumers and developers

https://www.agentrank.tech
1•hughmcinnis•58m ago•1 comments

Don't know if your business idea will have traction? stop waiting and find out

1•dopeylime•1h ago•0 comments

Big Tech's AI Endgame Is Coming into Focus (an everything app)

https://www.theatlantic.com/technology/archive/2025/06/everything-app-big-tech-ai-endgame/683024/
5•petethomas•1h ago•1 comments

FFmpeg Merges WebRTC Support

https://github.com/FFmpeg/FFmpeg/commit/167e343bbe75515a80db8ee72ffa0c607c944a00
11•Sean-Der•1h ago•0 comments

Friendship rather than romance protects better from depression

https://www.psychologytoday.com/au/blog/living-single/202505/which-protects-best-from-depression-friendship-or-romance
3•nreece•1h ago•0 comments

Malicious RubyGems pose as Fastlane to steal Telegram API data

https://www.bleepingcomputer.com/news/security/malicious-rubygems-pose-as-fastlane-to-steal-telegram-api-data/
3•feross•1h ago•0 comments

Lodestar Multipliers in Delaware and Federal Attorney Fee Awards

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5237545
2•ckrailo•1h ago•0 comments

Installing *BSD in 2025 part 3 – A critical look at NetBSD's installer

https://eerielinux.wordpress.com/2025/05/31/installing-bsd-in-2025-part-3-a-critical-look-at-netbsds-installer/
3•jaypatelani•1h ago•0 comments

Show HN: Hacker News historic upvote and score data

https://hn.dunkirk.sh/
4•clacker-o-matic•1h ago•2 comments

AI can't solve novel problems yet

https://jamesoclaire.com/2025/06/04/ai-obviously-cant-yet-solve-novel-problems/
3•ddxv•1h ago•4 comments

Designing Algorithmic Delegates

https://arxiv.org/abs/2506.03102
2•MarcoDewey•1h ago•0 comments

Our Startup Was Hacked, Need GitHub's Assistance to Trace Attacker

https://techcrunch.com/2025/06/03/indian-grocery-startup-kiranapro-was-hacked-and-its-servers-deleted-ceo-confirms/
4•deepakravindran•1h ago•3 comments

Merlin Bird ID

https://merlin.allaboutbirds.org/
28•twitchard•1h ago•12 comments

Binary Wordle

https://wordle.chengeric.com/
16•eh8•1h ago•9 comments

The symbolism of the magnifying glass is not universal

https://devblogs.microsoft.com/oldnewthing/20250603-00/?p=111240
5•paulmooreparks•1h ago•2 comments

Google Scholar is Manipulatable (2024)

https://arxiv.org/abs/2402.04607
3•downboots•1h ago•0 comments

'Spiderweb' drone attack marks a new threat for top militaries

https://www.businessinsider.com/operation-spiderweb-5-ways-ukraine-drone-attack-new-era-warfare-2025-6
15•petethomas•1h ago•2 comments

Open Sesame! on the Security and Memorability of Verbal Passwords [pdf]

https://seclab.skku.edu/wp-content/uploads/2025/05/223600a683.pdf
2•grac3•1h ago•0 comments

Chinese couple charged with smuggling a biological pathogen into the U.S.

https://www.nbcnews.com/politics/justice-department/chinese-couple-charged-smuggling-biological-pathogen-us-rcna208658
8•shinryudbz•1h ago•3 comments
Open in hackernews

Practical /dev/TCP in the HTTPS Era

https://blog.pkgforge.dev/https-via-http
14•azathothas•1d ago

Comments

azathothas•1d ago
Since /dev/tcp doesn't work with https, complex redirect chains or even dns sometimes, almost all mentions of it in the hacking articles online are not that useful

We had to make soar's install script be able to work anywhere, In the article you get to know about http://http.pkgforge.dev & how you can use it to make /dev/tcp finally practical & useful in the modern https age

codedokode•1d ago
They are solving the problem that should not have existed. Simply include the binaries into the installer.

Also I wouldn't run suspicious third-party binary installer anyway. If it is not in the official repositories, it doesn't get installed, because I have no time to figure out if it is a safe software or not, what it will do to my system, does it include telemetry, and I have no time to build a sandbox.

ptsneves•1d ago
I think /dev/tcp is bash specific. The actual socket is at /proc/net/{tcp,udp}
yonatan8070•1d ago
I don't fully understand how this works

Does bash "overlay" /dev/tcp over the filesystem? If the kernel created an actual /dev/tcp file, would bash be unable to access it or...?

cmeacham98•1d ago
> Checksums can be verified after download

They can be but _are_ they? Does their installer actually verify the checksum?

Because if it's designed for systems so minimal/broken they can't do normal HTTPS, I kinda doubt it...

cmeacham98•1d ago
Update: Checked the script, and not only does their official installer not verify the download at all - it immediately executes it.

Therefore, it's trivially possible to RCE someone running this script you are MITMing - block all the HTTPS connections, and then replace the binary in the HTTP connection with malware.

Frankly this vulnerability is so obvious and so negligent that I would never use this tool, which is unfortunate as it sounds like a cool idea.

liquidpele•1d ago
I feel you’ve missed the point. They’re not trying to use https, they can’t, they are downloading tools that only exist online as https links from a legacy system that only supports http. They simply couldn’t download jack shit and came up with a way to do it.
account42•18h ago
If you can get the insecure bash script onto the system you can also get a bundle with a more secure downloader (or even better, the binaries to be installed) on the system in the same way. Even if you are limited to copy and pasting ASCII text, shell archives are a thing as are a myriad of other possible solutions that do not involve downloading a binary over plain HTTP without any verification.
cmeacham98•13h ago
I think you've missed the point. Even on systems where HTTPS is normally available an attacker in the middle can trivially cause their official installer script to download and run malware by just blocking a few HTTPS connections.

This is the DEFAULT fallback behavior in their installer - not something that only happens on legacy machines.

If I install a project from GitHub on the airport WiFi I'm assuming that the authors know what they're doing and I'm not potentially getting silently MITMed. And when I find out the authors don't know what they're doing to this extreme extent, I note down to never use their project.

smw•1d ago
Why not https://github.com/gh2o/bash_tls ?

(requires bc, doesn't validate cert chain)