frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Understanding an AI agent's memory through Harry Potter

https://squidler.io/blog/agent-memory-harry-potter
1•tidbeck•34s ago•0 comments

My home internet died for half a day. So did every agent I had

https://bostrat.ai/blog/the-outage
1•globocodes•1m ago•0 comments

Fedora CoreOS to Enable Systemd-Oomd and ZRAM Swap by Default

https://www.phoronix.com/news/Fedora-CoreOS-OOMD-zRAM-Swap
1•Bender•2m ago•0 comments

Ask HN: When should you open-source your solution and why?

1•Yahyaaa•2m ago•0 comments

TDD inside the agent loop – theater or actual value?

https://martinfowler.com/articles/exploring-gen-ai/tdd-in-the-agent-loop.html
1•groomlake•3m ago•0 comments

Show HN: HyperSAE – Hyperbolic Sparse Autoencoders for LLM Interpretability

https://github.com/vishal-dehurdle/hypersae
1•visha1v•3m ago•0 comments

LTX 2.5 a stronger foundation for what's being built

https://ltx.io/model/ltx-2-5
1•lastdong•4m ago•0 comments

Ask HN: How do you keep 54 LLM workflows on the right models?

1•ttruett•5m ago•0 comments

OpenAI's head of ethics leaves startup less than one year after joining

https://www.ft.com/content/e49dfb75-f841-4466-a577-f7aaff8779a0
4•aanet•7m ago•1 comments

A Preliminary Study on Simultaneous Coscheduling for Discrete GPU vs. Fused GPU

https://arxiv.org/abs/2608.09647
1•matt_d•10m ago•0 comments

Show HN: SmokeOps – describe a flow, get checks you rerun without AI

https://github.com/gate3/SmokeOps
1•crackedev•10m ago•0 comments

Imprint – Fine-tune MoE LLMs bigger than your RAM

https://github.com/sigma0101111/imprint
1•pyeAI•11m ago•0 comments

Sam's News – Free AI News Aggregator

https://samnews.news/
1•srschreiber•12m ago•1 comments

We Used to Get Jobs

https://ironicsans.ghost.io/how-we-used-to-get-jobs/
2•speckx•13m ago•0 comments

Nvidia building 1T-parameter Nemotron 4 to rival open AI models

https://www.reuters.com/business/nvidia-is-developing-nemotron-4-open-source-models-information-r...
2•giuliomagnifico•13m ago•0 comments

Cynthion: Open-source USB test instrument

https://greatscottgadgets.com/cynthion/
1•kaycebasques•13m ago•0 comments

Elon Musk ran a decoy super PAC to compare Trump with RGB

https://www.google.com/search?q=rgb+pac+elon+musk
4•mandeepj•15m ago•0 comments

The worst part of using multiple LLM providers is not the API differences

https://github.com/maximhq/bifrost
1•Swapnoneel•15m ago•0 comments

A bug becoming a feature (1972 edition)

https://unsung.aresluna.org/a-bug-becoming-a-feature-1972-edition/
1•leephillips•15m ago•0 comments

Ethical Cold Outreach

https://blog.val.town/ethical-cold-outreach
1•stevekrouse•16m ago•0 comments

Report from the Security Mines

https://blog.val.town/security
1•stevekrouse•16m ago•0 comments

Docfooding: Eating Our Own Documentation

https://blog.val.town/docfooding
1•stevekrouse•16m ago•0 comments

Hack's Law

https://en.wikipedia.org/wiki/Hack%27s_law
1•brandonb•16m ago•0 comments

Would Appreciate Any Feedback

https://deskfellow.app/
1•nunep•18m ago•1 comments

ChatGPT Desktop App for Linux

https://twitter.com/OpenAI/status/2087231350134980830
3•tosh•19m ago•0 comments

Why Are Rivers So Mathematical?

https://www.quantamagazine.org/why-are-rivers-so-mathematical-20260810/
2•brandonb•20m ago•0 comments

(2,1)-C1P is NP-complete

https://zenodo.org/records/21871667
1•birriel•20m ago•0 comments

Inaccessible .bnnsir files on macOS Sequoia

https://lapcatsoftware.com/articles/2025/4/3.html
2•xoa•20m ago•1 comments

How to Appreciate

https://how-to-appreciate.pages.dev/
1•srid•20m ago•0 comments

Hetzner: Open Weights Inference API

https://docs.hetzner.com/general/company-and-policy/experiments/experiments-platform/
1•tosh•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.