frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

New Things You Should Know About HTML Here in Mid 2026

https://blog.master.dev/new-things-you-should-know-about-html-here-in-mid-2026/
1•ibobev•26s ago•0 comments

Keep a Minute – each of the 525,600 minutes of 2027 can have one owner

https://www.keepaminute.com
1•jabgt•32s ago•0 comments

Gemini 3.8 Flash and 3.8 Flash Cyber

https://blog.google/innovation-and-ai/models-and-research/gemini-models/3-8-flash-and-3-8-flash-c...
1•simonsarris•1m ago•0 comments

Show HN: Pi-remote – Pi stays local; its tools run on remote machines

https://github.com/lanyi1998/pi-remote
1•dares2573•1m ago•0 comments

I made a lamp you can make yourself [video]

https://www.youtube.com/watch?v=ipVFRH6TQfM
1•duck•1m ago•1 comments

Nepal Flood 2026 Response

https://mastodon.social/@rphyrin/117202101647199181
2•altilunium•2m ago•0 comments

Show HN: I Built a Modern Version of the Million Dollar Homepage for SaaS

https://www.milliondollarsaas.club/
1•brevn•2m ago•0 comments

Nobody Believes It, Everybody Does It

https://blog.jim-nielsen.com/2026/nobody-believes-it-everybody-does-it/
2•Brajeshwar•2m ago•0 comments

The Wait Equation

https://xendo.bearblog.dev/the-wait-equation/
2•xendo•3m ago•0 comments

Gemini 3.8 Flash (High) Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/gemini-3-8-flash
1•theanonymousone•4m ago•0 comments

End AI agent lock-in. Start conversation with one agent – continue with another

https://github.com/Aplexica/Aplexica
1•yruzin•4m ago•0 comments

MIT engineers connect bacteria to create living transistors

https://news.mit.edu/2026/mit-engineers-connect-bacteria-to-create-living-transistors-0817
1•bookofjoe•5m ago•0 comments

Show HN: Dagychu – self-hosted platform for running and managing automation

https://github.com/raideria-software/dagychu
1•titansoup•5m ago•1 comments

Retirement Is Dead

https://macleans.ca/longforms/retirement-is-dead/
3•speckx•5m ago•0 comments

The Logistics Nightmare Facing U.S. Warships

https://www.nytimes.com/interactive/2026/09/02/us/iran-war-us-navy-carriers-supply.html
1•thelastgallon•6m ago•1 comments

My girlfriend asked me why I have 15 Codex subscriptions

https://hraness.com/writing/my-girlfriend-asked-me-why-i-have
1•thoughtpeddler•7m ago•0 comments

Draft of an idea for an opt-in legal and economic framework needing input(paper)

https://zenodo.org/records/22152670
1•KitCrowCo•8m ago•0 comments

AI Policy

https://dbushell.com/ai/
2•duck•8m ago•0 comments

Is this the simplest (and most surprising) sorting algorithm?

https://arxiv.org/abs/2110.01111
2•porridgeraisin•10m ago•0 comments

Lachy Groom backs Indian startup aiming to keep aircraft aloft for a year

https://techcrunch.com/2026/08/31/lachy-groom-backs-indian-startup-aiming-to-keep-aircraft-aloft-...
1•porridgeraisin•11m ago•0 comments

Qwen3.8-Max Checkpoint 0902

https://www.qwencloud.com/models/qwen3.8-max-0902
2•fbrusch•11m ago•0 comments

Ultra Fast LLM's Are Interesting (Mercury 2.5 Preview Release)

https://openrouter.ai/inception/mercury-2.5-preview
1•gmarkwa•13m ago•1 comments

Show HN: Kit. Claude Code but Concise

https://github.com/speakeasy-api/kit
3•danielkov•14m ago•1 comments

FUTO Notes v1.7.1

https://notes.futo.tech/blog/futo-notes-1-7-1/
3•somewhatjustin•16m ago•1 comments

So what is a Qubit, anyway?

https://e-diamond.github.io/blog/2026/08/15/what-is-a-qubit
2•vismit2000•16m ago•0 comments

Why Adding More AI Agents Makes Your Team Slower

https://blog.mempko.com/misconception-about-agentic-scaling/
1•mempko•18m ago•0 comments

Satellite images before Nepal disaster showed warning signs

https://www.nature.com/articles/d41586-026-02746-4
1•Brajeshwar•18m ago•0 comments

Grok Bot Skills

https://github.com/shrdgn/grokbot-skills
1•shadag•19m ago•0 comments

SteamdDB Joins Nexus Mods

https://www.nexusmods.com/news/15597
4•HelloUsername•19m ago•0 comments

Visa Guide for IT Professional How to Work in the USA, Canada and Europe in 2026

https://www.foxapply.com/blog/en/visa-guide-it-professionals-usa-canada-europe
3•josanjohnata•20m ago•0 comments
Open in hackernews

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

1•juujian•1y 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•1y 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•1y 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•1y ago
If you need a web application you could also use Oxygen.jl.
MScholar•1y 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.