frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Teaching Llama to Write for $0.08

https://www.enbao.me/posts/lora
1•enbao•4m ago•0 comments

LLM-Driven Robots Risk Enacting Discrimination, Violence, and Unlawful Actions

https://link.springer.com/article/10.1007/s12369-025-01301-x
1•DrierCycle•4m ago•0 comments

CrowView Note is a KVM Combo in Notebook form factor (2024)

https://hackaday.com/2024/08/19/this-is-not-a-laptop-its-a-kvm-combo/
1•transpute•7m ago•0 comments

AsciiMath

https://asciimath.org/
1•smartmic•8m ago•0 comments

Tim Cook could step down as Apple CEO 'as soon as next year

https://9to5mac.com/2025/11/14/tim-cook-step-down-as-apple-ceo-as-soon-as-next-year-report/
3•achow•12m ago•0 comments

Acquistions on Autopilot – Join Me

https://acqr.ai/
1•navtejjj•13m ago•1 comments

CG-WFC – A Hybrid Method for Designer-Guided, Replayable Game Worlds

https://blog.ptidej.net/cg-wfc-a-hybrid-method-for-designer-guided-replayable-game-worlds/
1•yann-gael•14m ago•1 comments

It's Time to Give Up on Email (2024)

https://www.theatlantic.com/technology/archive/2024/03/email-nightmare-just-give-up/677615/
1•ripe•18m ago•0 comments

I made Minecraft in Minecraft with redstone (2022) [video]

https://www.youtube.com/watch?v=-BP7DhHTU-I
1•CharlesW•20m ago•0 comments

Vivaldi, Yea or Nay?

https://dbushell.com/2025/11/14/vivaldi-browser/
2•speckx•23m ago•1 comments

Show HN: A game where you invest into startups from history

https://startupgambit.com
2•vire00•26m ago•0 comments

Show HN: Where Was I? – AI summaries for when you forget your book's plot

https://app.wherewasi.co.uk/
1•beetle_snail•28m ago•0 comments

Texture-Modified Diets and Mealtime for Aged and Dysphagia

https://www.trueanglemedical.com/texture-modified-diet/
1•stacktrust•31m ago•0 comments

Show HN: Devhunt.be – A transparent job platform for developers in Belgium

https://www.devhunt.be
2•ChrisThib•33m ago•0 comments

Show HN: Gustup – A simple demo to choose restaurants together

https://gustup.com/
1•alexroselli93•34m ago•1 comments

When AI Hype Meets AI Reality: A Reckoning in 6 Charts

https://www.wsj.com/tech/ai/when-ai-hype-meets-ai-reality-a-reckoning-in-6-charts-bf8043b4
1•demirbey05•34m ago•1 comments

Against the Brainrot

https://kamilkazani.substack.com/p/against-the-brainrot
2•ivm•37m ago•0 comments

Show HN: Pdsink – A new USB-PD 3.2 sink stack for embedded devices

https://github.com/pdsink/pdsink
1•pu•38m ago•1 comments

Is indie game dev even viable as a business in 2025?

https://www.positech.co.uk/cliffsblog/2025/11/08/is-indie-game-dev-even-viable-as-a-business-in-2...
6•debone•44m ago•1 comments

Corporate Memphis

https://en.wikipedia.org/wiki/Corporate_Memphis
2•aragonite•49m ago•0 comments

Number Garden – discovered a rare central constellation

https://number-garden-alive.netlify.app/?7683412331558
1•cpuXguy•50m ago•0 comments

Why Log Data Management Is a Thing

https://redmonk.com/jgovernor/why-log-data-management-is-a-thing/
1•mooreds•52m ago•0 comments

A high performance memory-bound Go cache

https://github.com/dgraph-io/ristretto
2•mooreds•53m ago•0 comments

Anthropic AI Cyber Espionage Attack Thwarted

https://captaincompliance.com/education/the-first-anthropic-ai-orchestrated-cyber-espionage-campa...
2•richartruddie•54m ago•1 comments

US Govt Shutdown stopped my Desktop Wallpaper from updating

https://www.circusscientist.com/2025/11/15/us-govt-shutdown-stopped-my-desktop-wallpaper-from-upd...
4•tomjuggler•54m ago•1 comments

AMD continues to chip away at Intel's x86 market share

https://www.tomshardware.com/pc-components/cpus/amd-continues-to-chip-away-at-intels-x86-market-s...
13•speckx•56m ago•2 comments

Show HN: ModelPilot – An LLM router that selects the best model for each prompt

https://modelpilot.co
1•aposded•59m ago•0 comments

The Hater's Guide to the AI Bubble Vol. 2

https://www.wheresyoured.at/premium-the-haters-guide-to-the-ai-bubble-vol-2/
3•thm•59m ago•0 comments

Dog shoots owner in the back after jumping on shotgun left on bed: Police

https://abcnews.go.com/US/dog-shoots-owner-back-after-jumping-shotgun-left/story?id=127492296
2•speckx•1h ago•2 comments

JP Morgan calls out AI spend, $650B annual revenue needed for 10% return

https://www.tomshardware.com/tech-industry/artificial-intelligence/usd650-billion-in-annual-reven...
4•randycupertino•1h ago•1 comments
Open in hackernews

Ask HN: How is Julia for data analysis coming along?

1•juujian•6mo ago
For a hot minute, Julia revived a lot of attention. Haven't heard anything in a while. I have my computing needs covered by R and Julia, and last time I tried Julia (two years ago? Three?) it didn't take me long to find something that would be non-trivial to do/wasn't implemented. Now I'm having some need for faster for larger datasets, and I like the idea of a typed language. What's the status?

Comments

poobear22•6mo ago
I had about 14 yrs of R exposure and really liked it, but it was time to try something new. I cut over to Julia with my "retirement" and I've had no issues at all with it. With LLMs, it is different, as I needed to learn R from the ground up, "the hard way" and with LLMs, I find myself working at a more elevated level, knowing Julia less than I know R, but getting things accomplished in a quicker manner. It does seem the ecosystem of libraries is a more limited, but from my experience, its just been a little more work on my part and I have resolved what I needed to. When I look at my finished code, I fine it more readable and supportable than my historical R code. Again, my experiences are different with the LLM support offered today. A side note: I really wanted to avoid Python, it just never resonated with me. But, when I compare my Julia code with what I'd have in Python, Julia wins for me hands down. So, for me, over all, I have no complaints and have no reason not to be with this language for a long time.
MScholar•6mo ago
I have been loving using Julia for data munging and Exploratory Data Analysis. It's performant and fun to use. Here are my observations:

Some parts of the JuliaData ecosystem are uber cool, like DataFrames, TidierData, DuckDB, etc. However, they lack robust support for parquet, iceberg, accessing data in ADLS, etc. There are workarounds like using DuckDB for accessing parquet files, but that's not always ideal.

For visualization, there are tons of great libraries like Makie (complex and powerful), VegaLite (very easy to use), and PlotlyLight.

One aspect which is seriously lacking is the ability to create nice web applications. There is GenieFramework (somehow I have always encountered issues with it), then there is Pluto (also a great idea but not a great experience). For static reports, QuartoNotebooks are awesome.

Once you start going deeper into statistical analysis, my experience is hit-or-miss depending upon what I am trying to do. The TimeSeries analysis ecosystem, for example, is fragmented and not as mature.

But with the advent of LLMs, I can easily and quickly write code and create custom functions for just the task I am working on, which I believe would be great for Julia. You can quickly create a custom, performant, pure Julia implementation for the task at hand.

For interacting with LLMs, PromptingTools.jl is awesome.

TheWiggles•6mo ago
If you need a web application you could also use Oxygen.jl.
MScholar•6mo ago
Oxygen.jl is nice. But what I really need for simple analysis is something like Gradio or Streamlit. Or even something like IPyWidgets for Jupyter would be good.