frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Last Messiah by Peter Wessel-Zapffe [pdf]

https://openairphilosophy.org/wp-content/uploads/2019/06/OAP_Zapffe_Last_Messiah.pdf
1•rfarley04•3m ago•0 comments

Moderation Sabotage: How Trump's Team Is Crashing the Guardrails of the Internet

https://weaponizedspaces.substack.com/p/moderation-sabotage-how-trumps-team
1•rbanffy•3m ago•0 comments

Disney appears to advertise Blackhat SEO Packages in Google search results

https://old.reddit.com/r/BacklinkSEO/comments/1oh3d4n/meanwhile_on_disney/
2•reuel•11m ago•1 comments

CrackSheet – Free tech notes, interview prep and cheatsheets

https://cracksheet.com/
1•cckeh•11m ago•1 comments

Evidencing the value of the Elizabeth line [pdf]

https://content.tfl.gov.uk/evidencing-the-value-of-the-elizabeth-line.pdf
1•zeristor•12m ago•0 comments

Sustainable memristors from shiitake mycelium for high-frequency bioelectronics

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0328965
1•wjSgoWPm5bWAhXB•12m ago•0 comments

Mott Problem

https://en.wikipedia.org/wiki/Mott_problem
3•agarttha•17m ago•0 comments

Amazon confirms 14,000 job losses in corporate division

https://www.bbc.com/news/articles/c1m3zm9jnl1o
11•mosura•19m ago•0 comments

Show HN: MeshCore – Why do I have to build every agent from scratch?

https://meshcore.ai
1•antenehmtk•21m ago•0 comments

'Change course now': humanity has missed 1.5C climate target, says UN head

https://www.theguardian.com/environment/2025/oct/28/change-course-now-humanity-has-missed-15c-cli...
3•c-oreills•22m ago•0 comments

Hackable Software

https://blog.ivnj.org/post/hackable-software
1•ivanjermakov•27m ago•0 comments

Show HN: Cloudtellix – Free OpenAI-compatible proxy with usage and Cost Control

https://ai.cloudtellix.com
2•arknirmal•27m ago•0 comments

Resolution limit of the eye – how many pixels can we see?

https://www.nature.com/articles/s41467-025-64679-2
4•bookofjoe•29m ago•1 comments

Code Highlighting with Rails

https://avohq.io/blog/code-highlighting-with-rails
2•adrianthedev•31m ago•0 comments

Terra – A CSS Terrain Generator

https://terra.layoutit.com
2•redbell•31m ago•0 comments

The fragile system holding the modern world together

https://www.theguardian.com/technology/2025/oct/26/internet-infrastructure-fragile-system-holding...
4•elsewhen•34m ago•0 comments

"We will never build a sex robot," says Mustafa Suleyman

https://www.technologyreview.com/2025/10/28/1126781/we-will-never-build-a-sex-robot-says-mustafa-...
2•fleahunter•34m ago•0 comments

Could China devastate the US without firing a shot?

https://garymarcus.substack.com/p/could-china-devastate-the-us-without
2•guilamu•34m ago•1 comments

ISS in Real Time

https://issinrealtime.org/
3•LorenDB•37m ago•1 comments

A Modest Definition of Human Consciousness

https://www.oranlooney.com/post/em-dash/
2•zajio1am•40m ago•0 comments

Nine months later, is still the "Gulf of Mexico" to news outlets

https://www.niemanlab.org/2025/10/nine-months-later-that-body-of-water-down-south-is-still-the-gu...
24•giuliomagnifico•43m ago•11 comments

ReSharper and Rider 2025.2.4: Another Set of Updates Released

https://blog.jetbrains.com/dotnet/2025/10/28/resharper-and-rider-2025-1-4-2/
3•quapster•45m ago•0 comments

Try Out JEP 401 Value Classes and Objects (Java)

https://inside.java/2025/10/27/try-jep-401-value-classes/
2•pjmlp•45m ago•0 comments

Show HN: Auto-generate stock research reports from SEC and industry publicaitons

https://app.deepvalue.tech/
3•sunandsurf•45m ago•0 comments

Show HN: Bash Screensavers

https://github.com/attogram/bash-screensavers
21•attogram•46m ago•5 comments

Amazon May Lay Off 30k Employees to Replace with Mass Automation

https://www.forbes.com/sites/maryroeloffs/2025/10/27/amazon-may-lay-off-30000-employees-after-new...
6•mtyurt•49m ago•0 comments

Show HN: Tool for secure file sharing for your projects or personal use

https://simplelock-g8gpgcdtf5eda5h7.westeurope-01.azurewebsites.net/
3•pirx20•49m ago•0 comments

Ten Rules for the Digital World

https://www.thefuturefoundation.eu/en/10-rules
3•smartmic•53m ago•0 comments

Your vibe coded slop PR is not welcome

https://samsaffron.com/archive/2025/10/27/your-vibe-coded-slop-pr-is-not-welcome
31•keybits•54m ago•5 comments

Understanding the Worst .NET Vulnerability

https://andrewlock.net/understanding-the-worst-dotnet-vulnerability-request-smuggling-and-cve-202...
47•ingve•54m ago•6 comments
Open in hackernews

Show HN: We Built Our Own Chart Type for Live Dashboards

15•YannickCrabbe•3h ago
Most analytics tools give you 10–15 chart types and call it a day. But what happens when none of them actually represent your data well?

We ran into this when building a CRM dashboard. We wanted to show how sales reps connect to open deals: not just totals, but actual relationships. A bar chart was too flat, a table too dense. We needed a network graph.

The problem? Most chart libraries and BI tools don’t support that out of the box. You either say “no” to the feature request, or you hack together a standalone visualization that breaks the product’s flow (no filters, no interactivity, no theming).

So we built it ourselves, but in a way that still plays nicely with the rest of the dashboard. Luzmo now lets you define your own chart type, write your own visualization code, and then drop it into the dashboard editor like any other chart. Luzmo still handles the boring stuff: querying, filtering, theming, and cross-chart linking.

The end result: - Sales reps become nodes in a network graph, with open deals orbiting around them. - Deal size controls node size; win probability controls color. - Everything responds to filters and interacts with other charts out of the box.

The tutorial and GitHub repo walk through the whole process: setting up the builder, defining data slots, writing render methods, and packaging it all up for deployment.

I’d love to hear from others who’ve solved similar problems: - Have you ever needed a chart type your BI tool didn’t support? - Did you build it yourself, or find a workaround? - How important is native interactivity vs. just embedding a standalone visualization?

Read the post + see the full code: https://www.luzmo.com/blog/build-custom-charts

Comments

JonWuu•17m ago
So cool you put this here mister Yannick.

If you want a sneak peek at it, this is a short on youtube https://www.youtube.com/shorts/EXRQNif5Rck?themeRefresh=1 where I had the chance to ask many questions to Yannick.

And please do drop him your two cents, that man has put his energy and probably his soul in that project.

Thank you for sharing it to the world m8