frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Type 1 Hypervisor for use on a laptop?

1•jaitaiwan•1m ago•0 comments

SSE sucks for transporting LLM tokens

https://zknill.io/posts/sse-sucks-for-transporting-llm-tokens/
1•zknill•4m ago•0 comments

C++ The worst programming language of all time [video]

https://www.youtube.com/watch?v=7fGB-hjc2Gc
2•tartoran•8m ago•0 comments

Toy Story: the first digitally-animated feature film

https://www.bbc.co.uk/sounds/play/w3ct7472
1•austinallegro•9m ago•0 comments

Bamboo scaffolding helped build Hong Kong's skyline, but deadly fire may end it

https://apnews.com/article/hong-fire-bamboo-disaster-scaffolding-b4f3992fd78c068dbebbfbfbcc499495
4•jameslk•12m ago•0 comments

The Criterion Collection

https://en.wikipedia.org/wiki/The_Criterion_Collection
2•tosh•13m ago•0 comments

Ask HN: Is the "Rust tax" (dev time) cheaper than the "RAM tax"?

2•m00dy•15m ago•2 comments

To Get a Man's Attention, Meow Harder

https://www.nytimes.com/2025/11/27/science/to-get-a-mans-attention-meow-harder.html
2•TMWNN•16m ago•0 comments

'A step-change': tech firms battle for undersea dominance with submarine drones

https://www.theguardian.com/business/2025/nov/28/tech-submarine-drones-startups-big-defence-compa...
4•beardyw•16m ago•0 comments

GrapheneOS Moving Out of France

https://xcancel.com/GrapheneOS/status/1993035936800584103
5•LaSombra•18m ago•2 comments

A personality-filter for LLM chatbots (holiday project)

https://zonoid.xyz/
1•sourav_sen_duke•22m ago•1 comments

Need feedback from people who think about incentives in their sectors

https://www.capitalfolly.com
1•d_e_solomon•24m ago•1 comments

Ask HN: What did you replace bitnami with?

1•kachapopopow•25m ago•0 comments

Heyoner Mario Logo: AI Builds Retro Gaming Brand Identity for Model Figure Shops

https://www.ailogocreator.io/blog/heyoner-mario-logo-ai-builds-retro-gaming-brand-identity-for-mo...
1•RoyKim24•31m ago•1 comments

93% Faster Next.js in (Your) Kubernetes

https://blog.platformatic.dev/93-faster-nextjs-in-your-kubernetes
1•djhu9•37m ago•0 comments

Project Cybersyn

https://en.wikipedia.org/wiki/Project_Cybersyn
4•zynovex•40m ago•1 comments

AI Tools for Streamlining Customer Communication. Halper

https://halper.ai/blog/ai-tools-for-streamlining-customer-communication
1•EduardGev•40m ago•1 comments

New insight into why LLMs are not great at cracking passwords

https://techxplore.com/news/2025-11-insight-llms-great-passwords.html
2•maxloh•42m ago•0 comments

100 Days To Offload blogging challenge

https://100daystooffload.com/
1•Curiositry•43m ago•0 comments

Lenovo ThinkBook Plus Gen 2 – Laptop with an E-Ink Lid (2021)

https://youtu.be/4-WC2Ilhrxs?si=KLY5Yqb64fRYyEh0
1•Tarmo362•43m ago•1 comments

Tidy flying motorcycle with electric microjets opens pre-orders

https://newatlas.com/aircraft/leo-flight-solo-evtol/
1•harambae•43m ago•0 comments

Air pollution may reduce health benefits of excercise

https://medicalxpress.com/news/2025-11-air-pollution-health-benefits.html
2•fuzzythinker•52m ago•0 comments

Show HN: Swatchify – CLI to get a color palette from an image

https://james-see.github.io/swatchify/
1•jamescampbell•53m ago•0 comments

One-fifth of the jobs at your company could disappear as AI automation takes off

https://www.theregister.com/2025/11/27/ai_employee_overcapacity_report/
1•pjmlp•55m ago•0 comments

slbounce: DRTM Secure-Launch implementation for Qualcomm devices

https://github.com/TravMurav/slbounce
1•transpute•56m ago•0 comments

How a Data Model Dependency Nearly Derailed My Project

https://medium.com/@HobokenDays/the-fate-of-shared-data-model-cf8a3dc88ac9
1•steven-123•59m ago•0 comments

Show HN: Codex Swarm – Local ChatGPT swarm for coding with Git-tracked agents

https://github.com/basilisk-labs/codex-swarm
1•densmirnov•1h ago•0 comments

Show HN: I made a shell with AI suggestions – Caroushell

https://github.com/ubershmekel/caroushell
2•ubershmekel•1h ago•0 comments

Brendan Gregg on being copied as an 'AI Brendan'

https://www.brendangregg.com/blog//2025-11-28/ai-virtual-brendans.html
3•anitil•1h ago•1 comments

Show HN: Ray-BANNED, Glasses to detect smart-glasses that have cameras

https://github.com/NullPxl/banrays
2•nullpxl•1h ago•0 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.