frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: How to deal with UI within the agentic loop

1•mattsadowsky•3m ago•0 comments

Model Card: unsloth/GLM-5.2-GGUF

https://huggingface.co/unsloth/GLM-5.2-GGUF
1•recroad•4m ago•0 comments

Testing Without Mocks

https://docs.eventsourcingdb.io/blog/2026/06/18/testing-without-mocks/
1•goloroden•6m ago•0 comments

Illinois legislature passes bill with new digital taxes and social media fee

https://www.pwc.com/us/en/services/tax/library/pwc-illinois-legislature-passes-budget-bill-with-n...
1•hnburnsy•7m ago•0 comments

Joshua Baer of Austin's Capital Factory VC firm killed in plane crash

https://www.the-sun.com/news/16522440/plane-texas-crash-passengers-burning-wreckage/
2•sethops1•13m ago•0 comments

LifeSciBench

https://openai.com/index/introducing-life-sci-bench/
1•ilreb•13m ago•0 comments

Socket Firewall

https://socket.dev/features/firewall
1•ilreb•13m ago•0 comments

Why Companies Are Cutting Middle Managers in the AI era

https://www.bloomberg.com/news/articles/2026-06-17/why-companies-are-cutting-middle-managers-in-t...
1•littlexsparkee•14m ago•0 comments

Show HN: Tabia – The first free, open-source chess opening trainer

https://github.com/daxaur/tabia
1•daxaur•17m ago•0 comments

Solar in California surpassed natural gas in the first five months of 2026

https://www.eia.gov/todayinenergy/detail.php?id=67784#
24•martinpw•19m ago•1 comments

Texterz

https://app.texterz.ai/
1•NormanDahlmanns•22m ago•1 comments

Loreline – Tools for writing interactive fiction

https://loreline.app/en/
3•smartmic•22m ago•0 comments

Ask HN: What models are powering your product's AI features?

2•user-•22m ago•0 comments

DeLM cuts multi-agent task costs without a central orchestrator

https://venturebeat.com/orchestration/stanfords-delm-cuts-multi-agent-task-costs-50-without-a-cen...
1•dlahoda•22m ago•0 comments

Chainguard Agent Skills Matures

https://thenewstack.io/chainguard-agent-skills-matures/
1•CrankyBear•23m ago•0 comments

Jackie Gleason's Paranormal Activity

https://www.newyorker.com/magazine/2026/06/22/jackie-gleasons-paranormal-activity
1•prismatic•23m ago•0 comments

Show HN: Cost efficient version control system for Gaming Assets

https://github.com/debarshibasak/assets
1•debarshri•25m ago•0 comments

You (probably) don't need TLS_insecure_skip_verify

https://adamhl.dev/blog/you-dont-need-tls_insecure_skip_verify
2•genshii•27m ago•0 comments

Machines do not press play: From temporal compression to model-ready tensors

https://spiraldb.com/deep-dives/video
1•MasterScrat•28m ago•0 comments

Show HN: Koala: Cross-Substrate Tactical Representations in Graph-Based Go [pdf]

https://github.com/vonduffen/koala-paper/blob/main/koala.pdf
1•piastresx•28m ago•0 comments

Apple Intelligence may become mandatory in iOS and macOS 27

https://manualdousuario.net/en/apple-intelligence-mandatory-ios-macos-27/
1•rpgbr•28m ago•0 comments

Can I vibecode this or do I have to pay?

https://vibethis.vercel.app/
2•meetsefra•31m ago•0 comments

Humans and Nature: The Right Relationship(2016)

https://humansandnature.org/humans-nature-the-right-relationship/
1•o4c•31m ago•0 comments

Infintely morphing morphing distance-field sculpture in WebGL

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

Scope: Make your product discoverable and usable by any AI agent

https://tryscope.app/
1•jenniferfang•33m ago•1 comments

Ecto is a native iPhone workspace for Ghost publishers

https://ectoapp.uk
1•doronkatz•33m ago•0 comments

The Mom Who Runs a Household with a Staff of AI Agents

https://www.thecut.com/article/jesse-genet-ai-agents-household.html
1•kpw94•33m ago•0 comments

The Commodore flip phone is how much?

https://basic.bearblog.dev/the-commodore-flip-phone-is-how-much/
2•speckx•33m ago•0 comments

Now You Don't: When Espionage Meets Magic

https://www.politicshome.com/news/article/now-dont-espionage-meets-magic
1•thinkingemote•35m ago•0 comments

EV charger you install at home and rent out to other drivers

https://evdc.network/
1•MatthewTeudor•35m 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.