Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    143comments
  2. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    53comments
  3. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    470comments
  4. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    184comments
  5. Tin: full-text search for Postgres(planetscale.com ↗)
    43comments
  6. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  7. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    40comments
  8. “The Secret Life of Circuits” is here(coredump.cx ↗)
    52comments
  9. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    15comments
  10. I built the fastest PHP webserver in the world(qbixserver.com ↗)
    34comments
  11. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    554comments
  12. San Francisco Onion Futures Company(onionfutures.com ↗)
    117comments
  13. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    134comments
  14. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    7comments
  15. Agreement between the USA and Denmark (1951,2004) [pdf](state.gov ↗)
    22comments
  16. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    193comments
  17. What Zig felt like, coming from Rust(besok.github.io ↗)
    111comments
  18. Cloudflare Quick Tunnels(cloudflare.com ↗)
    301comments
  19. How to Write with an LLM(sockpuppet.org ↗)
    360comments
  20. Almost Never Use AI to Write Anything Substantive(erichgrunewald.substack.com ↗)
    discuss
  21. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    24comments
  22. Saving another 100TB of RAM(cloudflare.com ↗)
    91comments
  23. Communication by means of modulated Johnson noise(pnas.org ↗)
    19comments
  24. SDCC – Small Device C Compiler(sourceforge.net ↗)
    23comments
  25. Science Is Open Software(jepedersen.dk ↗)
    51comments
  26. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    12comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    124comments
  28. OpenJev(openjev.com ↗)
    280comments
  29. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    47comments
  30. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    9comments

UbuntuBSD: Unix for human beings

4 pointsby 10y agosourceforge.net
8 comments
10y agoHN ↗

I am a Linux user and am considering trying BSD. What would be the best entry point for BSD? Is UbuntuBSD a good option to start with? I have Thinkpad T400.

10y agoHN ↗

As this is a laptop, PC-BSD could be a good choice which is FreeBSD tuned to desktop usage. Plain FreeBSD is also not a bad choice. The other major BSDs have clear niches while FreeBSD is probably the best supported, most popular and is strong in the broadest range of areas. I wouldn't bother with something obscure like Ubuntu BSD unless you're actually keen to help out with improving it. I'd find the opposite more interesting: some sort of BSD/Linux.

10y agoHN ↗

Thinkpads are generally well supported. UbuntuBSD is a very new project and it probably lacks some polish that you will find on other BSDs.

I've used both FreeBSD and OpenBSD and for me the split really depends on what you're after. Recently though, I've been using OpenBSD mostly. The install is dead simple (assuming you're not after complicated multi boot setups which require some fiddling). It may look arcane as it's just a script with no fancy GUI bangs but it get the job done very well.

I haven't installed FreeBSD recently, so I wouldn't be able to compare unfortunately.

In any case, both projects have extensive documentation that is a couple of levels above your average Linux distro doc. Make sure you consult it before hitting IRC / mailing lists with questions and you'll be fine.

Each BSD is often associated with a specific use case but I've found that they work just fine for desktop usage.

10y agoHN ↗

Every time I get ready to make a bootable USB for BSD I somehow get hung up on exactly what to do. One thing about Linux that is great is the relative ease of setting up bootable iso. Could you point me to some sort of tutorial that could speed up my transition from Linux to BSD?

10y agoHN ↗

Are you looking for a bootable iso to have a live system to play with, or just prepare the install media ?

If it's for a live system, I'd recommend setting up a VM on your current host, and do the install in there.

For the install media, the OpenBSD FAQ lays it all out [1]. As the OS supports multiple platforms, there is information that you do not need (sparc, sparc64, ...). To install on amd64 from a bootable USB, download the installXX.fs from a mirror (where XX is the version), verify the checksums and run :

  dd if=installXX.fs of=/dev/sdX bs=1M

Beware of tutorials -- very often, they are valid for a given version of OpenBSD and may fall out of date.

Section 9 from the OpenBSD FAQ is called "Migrating to OpenBSD", so I guess it's a good start.

If you don't want to read the whole FAQ first, then read just enough to install the base system. When you've achieved that, read the afterboot and packages manpages, and again enough of the FAQ to proceed with the other tasks you want to do (configure networking, the firewall, ...).

[1] http://www.openbsd.org/faq/faq4.html#MkInsMedia

10y agoHN ↗

On SourceForge though? Not sure I'll ever trust anything from SourceForge in the near future.