frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A conversation with Marc Andreessen (2000-10-02)

https://charlierose.com/videos/5018
1•andreyazimov•1m ago•0 comments

Show HN: I built an opinionated minimalist ePub/pdf online reader

https://epub.mirror.forum
1•Imustaskforhelp•2m ago•0 comments

A wire-faithful, browser-based re-creation of the Atari ST game MIDI Maze

https://github.com/diegoparrilla/midi-maze-js
4•logronoide•6m ago•0 comments

WinPE as a stateless harness for Windows driver testing and fuzzing

https://bednars.me/blog/winpe-harness
2•piotrbednarsalt•6m ago•0 comments

Your Kids’ School Bus Is About to Become a Roaming Surveillance Vehicle

https://www.thedrive.com/news/your-kids-school-bus-is-about-to-become-a-roaming-surveillance-vehicle
2•voxadam•11m ago•0 comments

Show HN: Snarl – Fast Shacl Validator

https://github.com/trivyn/snarl
1•jcadam•11m ago•0 comments

SISU: The Feeling of Perseverance

https://finland.fi/emoji/sisu/
1•jruohonen•15m ago•1 comments

The US Used to Demand the Best Tech. Now We Ban It

https://www.pcmag.com/opinions/the-us-used-to-demand-the-best-tech-now-we-ban-it
3•mwexler•16m ago•0 comments

What I Do Not Understand, (A)I Cannot Create

https://medium.com/@joshua.sparaga/what-i-do-not-understand-a-i-cannot-create-740d335e33fb
1•psteitz•16m ago•0 comments

Show HN: Prose or Con, can you detect AI writing?

https://prose-or-con.com/
1•SwellJoe•17m ago•1 comments

Keyless, Identity-Aware Access to Any AI

https://netbird.ai/
1•braginini•17m ago•0 comments

Do LLMs pass the mirror test?

https://blog.pascalschuster.de/article/do-llms-pass-the-mirror-test
1•thepasch•18m ago•0 comments

LLDB MCP

https://lldb.llvm.org/use/mcp.html
2•Austin_Conlon•24m ago•0 comments

Computer-Aided Language Development in Nonspeaking Children (1968) [pdf]

https://archive.org/details/colby1968-computer-aided-language-development-in-non-speaking-children
3•dang•24m ago•0 comments

PostgreSQL and ClickHouse as the Open Source unified data stack

https://clickhouse.com/blog/postgres-clickhouse-oss
1•saisrirampur•26m ago•0 comments

EU-Backed DNS Resolver Collects Pirate Site Blocklist, Which It Doesn't Use

https://torrentfreak.com/eu-backed-dns-resolver-collects-pirate-site-blocklist-which-it-doesnt-use/
4•gslin•27m ago•0 comments

British Origami: the 1955 exhibition by Akira Yoshizawa

https://www.britishorigami.org/cp-lister-list/the-1955-exhibition-by-akira-yoshizawa/
2•dang•27m ago•0 comments

Painless Swift development on unsupported Linux distros

https://carette.xyz/posts/distrobox_and_swift/
3•LucidLynx•32m ago•1 comments

The feature in OxCaml that more languages should steal

https://theconsensus.dev/p/2026/06/27/the-feature-in-oxcaml-more-languages-should-steal.html
2•birdculture•33m ago•0 comments

A hash proves the bytes, not the source

https://collider.ee/blog/2026-06-28-1500_a_hash_proves_the_bytes_not_the_source/
1•mog_dev•33m ago•0 comments

The database that refused to die: How Postgres survived its own creators

https://www.theregister.com/databases/2026/06/22/the-database-that-refused-to-die-how-postgres-su...
2•thunderbong•34m ago•0 comments

China Resets AI Race

https://www.wsj.com/tech/ai/chinese-ai-anthropic-mythos-cybersecurity-574b02c2
3•joe_the_user•34m ago•1 comments

Monlite Simple Infrastructure for AI Agent

https://github.com/qataruts/monlite
1•emadjumaah•35m ago•0 comments

GitHub – librepods-org/librepods: AirPods liberated from Apple's ecosystem

https://github.com/librepods-org/librepods
2•rbanffy•35m ago•1 comments

Organism II, a luminous deep-sea creature made from pure geometry

https://sand-morph.up.railway.app/organism
1•echohive42•35m ago•0 comments

Meet Jack

https://github.com/mlangford75-lgtm/jack
1•Mlangford75•44m ago•0 comments

Smartphones with Popular Qualcomm Chip Share Private Information

https://www.nitrokey.com/news/2023/smartphones-popular-qualcomm-chip-secretly-share-private-infor...
2•airhangerf15•49m ago•1 comments

Historical memory prices 1960-2026

https://dam.stanford.edu/memory-prices.html
6•vga1•51m ago•0 comments

The cost YAGNI was never about

https://newsletter.kentbeck.com/p/the-cost-yagni-was-never-about
35•kiyanwang•52m ago•12 comments

The Great American Tech "Crackdown" Is Looking Like China's

https://x.com/compose/articles/edit/2070615531422433280
2•ceohockey60•53m ago•0 comments
Open in hackernews

Ask HN: Is WordPress the best way to create new websites for beginner

5•anitroves•1h ago
Just curious if there is any better alternative for those who just knows basics of coding and are learning as they build.

Comments

ceejayoz•1h ago
No. WordPress is a giant nest of security holes.
anitroves•1h ago
So what's the alternative
ceejayoz•57m ago
Depends on the languages you know and the type of sites you're building.
not_your_vase•50m ago
What's your goal? If you want just a random site, then WP will do the job. If you want to learn web development, then I'd start it with a local http server (apache/nginx/whatever's your poison) and start writing html/css/js by hand, and see how it builds up line by line.
anitroves•44m ago
That is some good advice but i wanna know proper platform or way like wp
wasting_time•39m ago
Look for a "static site generator". Bearblog and Hugo are popular ones. Then you can host your site anywhere and don't have to worry about security problems.
kimyuhan•28m ago
are their security systems better than wp
kaikai•17m ago
A static site is much less vulnerable to security issues.
al_borland•6m ago
Bearblog is a service, not a static site generator one can use like Hugo.

From the Bearblog GitHub:

> Bear Blog has been built as a platform and not as an individual blog generator. It is more like Substack than Hugo. Due to this it isn't possible to individually self-host a Bear Blog.

Jekyll would an alternative for Hugo.

dd-sharma•1h ago
I love using WP for my blog and I've a self-hosted version. In your question "new websites for beginner" indicates that the user is a beginner and wants to build websites. If websites have simple and static content that don't involve any serious stuff (e.g. e-commerce) then WP is probably ok. But for serious work i won't use it.
anitroves•1h ago
What would be your choice for serious work then