frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Guantlet Loop

https://somethingbig.ai/gauntlet-loop
1•shahargl•57s ago•0 comments

Can Gender Equality and Religious Liberty Coexist?

https://medium.com/freedomofthought/can-gender-equality-and-religious-liberty-truly-coexist-6396e...
1•raynchad•3m ago•0 comments

If AI Writes All the Code, What Do the Programmers Do?

https://probablydance.com/2026/07/27/if-ai-writes-all-the-code-what-do-the-programmers-do/
1•ingve•6m ago•0 comments

Astro93: On-device astrology app with a pure-Dart ephemeris

https://play.google.com/store/apps/details?id=com.hoornet.astro93&hl=en_US
1•hoornet•9m ago•0 comments

Nuclear Turbines

https://www.nuclearturbines.com
1•chickenbig•11m ago•0 comments

Live: NHK WORLD-Japan News (since Mar 10, 2022) [video]

https://www.youtube.com/watch?v=f0lYkdA-Gtw
1•gjvc•13m ago•1 comments

Tag Questions and the Generational Reversal of Sycophancy Across 45 Language

https://arxiv.org/abs/2607.23976
1•sbulaev•17m ago•0 comments

Some people's chats with Claude AI found to be publicly available online

https://www.bbc.com/news/articles/cly5qgjk5ywo
1•01-_-•18m ago•0 comments

Southeast Asia's record tech investment driven by single data centre giant

https://ciosea.economictimes.indiatimes.com/news/data-center/southeast-asias-record-tech-investme...
1•01-_-•18m ago•0 comments

An interactive in-browser tutorial for MarkoJS V6 with solvable lessons

https://markojs-tutorial.netlify.app/
1•defunkt-dev•19m ago•1 comments

Tell HN: Our paid Claude AI subscription unavailable >1 week and no support

1•KellyCriterion•24m ago•0 comments

Show HN: Where everything shaping how you think lives

https://omphalis.ai/
2•wowinter15•28m ago•0 comments

F-16 in 1991 Gulf war dodges 6 SAM missiles without chaff

https://www.youtube.com/watch?v=TJE5gDDnq9s
2•lifeisstillgood•31m ago•0 comments

Magnitude 7.1 earthquake hits Japan's Kyushu region, JMA says

https://www.reuters.com/business/environment/magnitude-71-earthquake-hits-japans-kyushu-region-jm...
1•mikhael•33m ago•0 comments

The Uses of 'Treason'

https://www.cjr.org/the_media_today/the-uses-of-treason-donald-trump-press-traitors-air-force-one...
2•robtherobber•36m ago•0 comments

Ask HN: What do you use local models for?

1•tjomk•38m ago•1 comments

7.1 Earthquake in Japan

https://www.data.jma.go.jp/multi/quake/quake_detail.html?eventID=20260728163528&lang=en
82•krembo•40m ago•13 comments

Seriously, what is the large code-model even for?

https://fzakaria.com/2026/07/26/seriously-what-is-the-large-code-model-even-for
1•birdculture•41m ago•0 comments

Show HN: Reverse-engineer viral videos into AI-ready shot breakdowns

https://videolens.cc/zh/landing
1•not_wowinter13•45m ago•0 comments

Show HN: Dino Race – A peer-to-peer two-player Chrome Dino game

https://gameplayer2.com/dino
1•dares2573•46m ago•0 comments

Artificial Intelligence: Shades of Gray

https://changelog.complete.org/archives/42503-artificial-intelligence-shades-of-gray
1•psibi•46m ago•0 comments

Does Speaking to Agents Like Cavemen Save 65% of Tokens? We Test

https://blog.jetbrains.com/ai/2026/07/speak-to-ai-agents-like-cavemen-tosave-tokens/
3•Sandman•47m ago•1 comments

Disney+ removes 4K and HDR from premium plans in Germany

https://www.heise.de/en/news/Disney-4K-and-HDR-completely-disappeared-in-Germany-11379707.html
2•Vloeck•51m ago•0 comments

Fcgc

https://news.ycombinator.com/submit
1•sfgsfsdgs•51m ago•0 comments

Packaging Companies in Sri Lanka

https://akhtarigroup.com/
1•jayanath99•57m ago•0 comments

AgentEnv

https://github.com/kvcache-ai/AgentEnv
1•handfuloflight•59m ago•0 comments

Show HN: Kimi K3 Is Now Live on Canopy Wave

https://canopywave.com/models/kimi-k3
2•Rossmax•1h ago•0 comments

Show HN: WhimPop – A macOS menu that pops up under your cursor

https://whimpop.com/
2•whimbyte•1h ago•0 comments

Show HN: Turo – Tagalog for point, saves Tokens by pointing instead of talking

https://github.com/kdeps/turo
1•jjuliano•1h ago•0 comments

Sodium restriction and insulin resistance: A review of 23 clinical trials

https://journalofmetabolichealth.org/index.php/jmh/article/view/78/242
1•sublinear•1h 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.