HackerLangs
热门最新趋势评论往期问答秀出招聘

keepamovin

13,199 声望加入于 3年前
DOSAYGO 创始人。浏览器框的创建者。

主修化学,辅修数学。

我从 10 岁起就开始自学“开发”。

我活得足够长,看到了旋转电话,拥有了一部诺基亚哑音电话,知道了调制解调器的声音,并在 90 年代互联网的兴起中成为了一名青少年。

第一台计算机:IBM 8086 交给我了。

第一种语言:使用 debug.com 从 DOS 手册中进行 x86 汇编

现在,我在公司中利用人工智能以创意的速度进行构建

这很有趣,这就是我这样做的原因

当前旗舰:https://browserbox.io

最新工具:https://github.com/crisdosaygo

爱胜过恐惧。危险地跳过柿子。

做你自己

多年来我一直假装自己是 HNer,但我不是你们中的一员。你们不是我的人。我想我只是希望,但事实是,你们不是我的观众——这里的人们从来没有真正对我的作品感兴趣。在人工智能之前的时代,我的惊人产出在这里获得了足够的关注,我可以相信。但现在,由于大量的新内容,门槛提高了,观众需要额外的选择性,我的作品已经被放在了这个社区的正确位置,因为你并不真正感兴趣。我和你不一样,我是假装的。我得去找我的人了。

提交

检查 100 KB HTTP 服务器的机器代码

freelang.dev
1 分·作者 keepamovin·2分钟前·0 评论

伊迪丝-威尔逊

en.wikipedia.org
1 分·作者 keepamovin·8分钟前·1 评论

Show HN:使用 FreedomLang 编译为本机 x86-64 的无 Libc HTTP 服务器

github.com
1 分·作者 keepamovin·10小时前·0 评论

显示 HN:通过 SSH 的 BrowserBox – KRNL 浏览器

win9-5.com
2 分·作者 keepamovin·昨天·1 评论

显示 HN:我用 JavaScript 编写了不含 Libc 的 AOT 系统语言,无需虚拟机

github.com
6 分·作者 keepamovin·昨天·5 评论

显示 HN:Web 组件、"literal"、0% vDOM、生产中的自定义标记

github.com
3 分·作者 keepamovin·前天·0 评论

Why VPN Users Still Get Caught [video]

youtube.com
3 分·作者 keepamovin·前天·2 评论

Show HN: your website as a TUI, over SSH right now

11 分·作者 keepamovin·3天前·7 评论

Show HN: ssh krnl.duetbrowser.com - a TUI browser with its own layout engine

1 分·作者 keepamovin·4天前·0 评论

I made a TUI web browser with its own layout engine

1 分·作者 keepamovin·4天前·0 评论

Show HN: I made a browser TUI with its own layout engine

6 分·作者 keepamovin·4天前·5 评论

A Point Of View: How China sees a multicultural world (2012)

bbc.com
2 分·作者 keepamovin·5天前·1 评论

After hooking China on coffee, Starbucks ramps up consumer strategy

scmp.com
4 分·作者 keepamovin·6天前·0 评论

The '1776 Diet': What Americans ate during the nation's founding

foxnews.com
5 分·作者 keepamovin·6天前·0 评论

Ask HN: Once you make your money from vibe coding innumerable products, then?

4 分·作者 keepamovin·8天前·11 评论

Show HN: The CLI for browser agents

fuckui.com
5 分·作者 keepamovin·12天前·2 评论

Show HN: A REPL for browsers that agents love

fuckui.com
2 分·作者 keepamovin·12天前·3 评论

Bobby McFerrin – Don't Worry Be Happy [video]

youtube.com
5 分·作者 keepamovin·13天前·1 评论

Gemini 3.5 Flash Booking a Holiday End to End Using Fu Web Skill [video]

youtube.com
4 分·作者 keepamovin·14天前·6 评论

Show HN: The most Y Combinator YC application: it applied itself

5 分·作者 keepamovin·16天前·2 评论

评论

keepamovin
·8分钟前·讨论
原来美国已经有一位女总统了......算是吧。
keepamovin
·3小时前·讨论
它不是链接器,只是直接写入ELF格式,并不是那么复杂的格式。

寻找直接以 C、Rust 或其他语言发出 ELF 的存储库(例如,跳过 ld 的微型编译器或汇编器)。
keepamovin
·10小时前·讨论
谢谢!很高兴您喜欢它并尝试过,并且非常高兴您发现它更有用!为了让它发出咔嗒声,我们做了很多工作。如果您想在自己的硬件上运行:https://win9-5.com/krnl
keepamovin
·昨天·讨论
尝试一下:ssh krnl.duetbrowser.com
无需注册,完全免费 - 无需下载。让我知道你的想法。

这是 BrowserBox 的文本模式访问,必须使用它自己的布局引擎。 GUI -> TUI 需要重新布局框来消除冲突,主要是由于等宽展开,但也只是坐标映射。没有图像,开发工作在一年前开始,最近完成,融合了《寓言》和《作品》。 BrowserBox 最初开发于 2018 年,7 年来所有代码都是由人类编写的,大部分是由我编写的,然后在过去 12 个月内使用 AI 键入代码并增强了系统的某些方面。

因此,实际上这是一个真正的 TUI 浏览器,使用自己的布局引擎将 Web 呈现为 ANSI。后端是 Google 云运行,运行 browserbox 和 Krnl TUI 浏览器,并通过简单的 SSH 服务器端点进行路由。理论上它可以在没有 BrowserBox 的情况下工作,但现在 BrowserBox 承担了以这种方式实际创建浏览器所需的大部分繁重工作。

现有技术存在(brow.sh),但我对他们的图形效果不满意。我想要早期互联网的原始、老式的终端时代 - BBS 和旧的绿色荧光粉库计算机 - 但运行现代网络,带有所有的铃声和​​叮当叮当口哨(JavaScript 等)。

没有资金,没有风险投资,只有 100% 原始的终端乐趣。不确定演示会持续多久,但请尝试一下。

与过去如何在 w3m、lynx 等终端中访问 Web 相比,这一点的重点在于它完全呈现现代 Web、所有功能、TLS、JavaScript 等 - 然后仅显示文本。所以一切都正常(理想情况下),而且只是文本。没有噪音,没有图像,只有文字。
keepamovin
·昨天·讨论
谢谢!
keepamovin
·前天·讨论
谢谢。有用
keepamovin
·前天·讨论
妈的已经到13了。
keepamovin
·3天前·讨论
edit: Can confirm I fixed a few bugs, rolled the fleet and the new version looks pretty good. LMK what you think!

Thanks! That's weird. I just confirmed a real launch is live so the service remains available generally.

Can I ask what region you connected to?

I'll check any logs to see what might be up. Possible timing race on module load inside SEA.
keepamovin
·3天前·讨论
[dead]
keepamovin
·3天前·讨论
Thank you. Can you record a video of the flickering you’re seeing?

edit: I just recorded a demo here: https://youtu.be/dbNlXjC0lo0

Which parts are flickering? In your run, what did you see? A video (or asciinema) would be most helpful!

I just tested your atomics idea now and it seems to improve render speed noticably, and it might appear more smooth. Thanks for that. Please check it out and lmk what you think - the fleet will be rolled a bit later, I'll let you know when you can try the update.
keepamovin
·4天前·讨论
Thank you - if you like this work, please message the mods to get it un-downweighted: [email protected] - I tried but they don't care. I think this kind of work is of interest to the community so should not be hidden.

Why is it downweighted? I got the biggest Show HN of last year, and since then tomhow and dang have downweighted all my posts, making it impossible for them to escape the new page to Show or Front Page no matter how many votes they get in the first few hours.
keepamovin
·4天前·讨论
Thank you bro
keepamovin
·5天前·讨论
Yes. Apache misconfigurations were a big one iirc. There were also basic auth files, databases and probably classified/proprietary information.

Similar to how the telephone network used to have all kinds of unsecured entry points that people explored, leading to business phone systems, strange modems, and even international “trunk” lines and operator capabilities.

It was a wild frontier
keepamovin
·5天前·讨论
Yes
keepamovin
·5天前·讨论
In the early days of the web you could do a search on google like

  path:/etc/passwd
Sometimes there were even shadow passwd files with the hashes exposed on the web. Crazy days.
keepamovin
·6天前·讨论
Nah, I wanna see the data on it. Run the experiment
keepamovin
·6天前·讨论
Right - but that sounds too intractable to hold up. See my other comment, I feel a chain of monitors defeats it. But hey! Who knows?
keepamovin
·6天前·讨论
I understand that sounds possible in theory but honestly cannot conjure an example. Care to?

Even if, doesn't the monitor separation make it immune enough? I feel this is one of those "exponential" benefits things - if one is not enough, add more! A chain of monitors - "Am i being manipulated?" "Am I being manipulated?" and so on. At some point, the monitors win (and maybe approximate consciousness processes), and the prompts lose.

It's interesting how close it is to "social engineering" and security/espionage organizationally. I guess the crucial difference is that incentives can be more rigorously controlled.
keepamovin
·7天前·讨论
Hahahaha lol. That’s a good point.
keepamovin
·8天前·讨论
That’s sad. I think it’s nice. Gardening is lovely and it’s great vibes. So you’re right. But also you’re right metaphorically I think gardening is a good way to think about maintaining assets.