frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Cursor's Tab, cursor-jump included, inside Neovim

https://github.com/teocns/neocursor.nvim
1•teocns•40s ago•0 comments

Martin Kleppmann – Local-first in an unstable world [video]

https://www.youtube.com/watch?v=--Ru7cL22rI&list=PLXxEKA_dxoH0&index=1
1•JeremyTheo•50s ago•0 comments

How the Startup Mentality Failed Kids in San Francisco

https://www.wired.com/story/willie-brown-middle-school-startup-mentality-failed/
1•FinnLobsien•56s ago•0 comments

Montana's new "right to try" law can't come soon enough for some

https://www.technologyreview.com/2026/07/31/1140945/montanas-new-right-to-try-law-cant-come-soon-...
1•joozio•2m ago•0 comments

Tokens per Second Is a Memory Bandwidth Number

https://portfolio-orcin-beta-29.vercel.app/blog/tokens-per-second-memory-bandwidth/
1•rohitghumare•2m ago•0 comments

AI Firms Are Buying Up Old Books, Then Scanning and Destroying Them

https://novaramedia.com/2026/07/29/ai-firms-are-buying-up-old-books-then-scanning-and-destroying-...
2•trhway•2m ago•1 comments

No more zero-retention policy for OpenCode go

https://www.reddit.com/r/opencodeCLI/comments/1vbltva/no_more_zeroretention_policy_for_opencode_go/
1•gman83•4m ago•0 comments

ai calorie tracker with Mivee

https://mivee.app
1•nafas-hmn•4m ago•0 comments

An Ocean in Motion: NASA's View of Earth's Underwater Highways [video]

https://www.youtube.com/watch?v=R5-s6O8qyvE
1•simonebrunozzi•6m ago•0 comments

Show HN: MathJump – A math-based running game that requires quick calculations

https://mathjump.cc/
1•wdamao•8m ago•0 comments

VideoOnRepeat – a simple way to loop YouTube videos

https://videoonrepeat.com
1•multiplesauces•9m ago•0 comments

Show HN: Ctx traits · Turn your team skills into typed and versioned modules

https://ctx.company/traits/
1•rpunkfu•9m ago•0 comments

7 in 10 Americans say large tech companies have too much power

https://www.axios.com/2026/07/29/little-tech-big-tech-americans-power
2•mapping365•9m ago•0 comments

Friluftsliv

https://it.wikipedia.org/wiki/Friluftsliv
1•simonebrunozzi•12m ago•0 comments

Quantum Statistical Plasmonic Metacrystals

https://www.nature.com/articles/s41586-026-10782-3
1•bookofjoe•13m ago•0 comments

State of the MCP Ecosystem – July 2026

https://mcpqueen.com/reports/state-of-mcp-2026-07
1•Bluestein•14m ago•0 comments

Show HN: Explore different scenarios for making a decision, a future simulation

https://www.futuraengine.com
2•Amir_hz•14m ago•0 comments

FCC bans future Roombas from being sold in the US

https://www.dexerto.com/entertainment/fcc-bans-future-roombas-from-being-sold-in-the-us-3393016/
3•imperio59•15m ago•1 comments

How does the Code Execution tool sandbox arbitrary code the LLM generates?

1•Hannah203•16m ago•0 comments

No more asking 'who are you'; we have all been reduced to a passphrase

https://josh.mn/posts/we-have-all-been-reduced-to-a-passphrase/
1•erremerre•17m ago•0 comments

Reconsidering O_CREAT|O_DIRECTORY

https://lwn.net/SubscriberLink/1085617/952dc74937521328/
1•jwilk•17m ago•0 comments

DearSQL: Native SQL Client for macOS, Linux and Windows

https://dearsql.dev/
1•klaussilveira•17m ago•0 comments

Ymery: Interactive imgui applications with YAML instead of code

https://github.com/zokrezyl/ymery
1•klaussilveira•22m ago•0 comments

Restaurants recommandations from Google always suck

1•yurimhln•26m ago•0 comments

Stripe Just Wants a Number

https://blog.exe.dev/billable-facts
1•mtlynch•27m ago•0 comments

Venice Acqua Alta and a changing climate

https://www.nature.com/articles/s41612-023-00513-0
1•simonebrunozzi•28m ago•0 comments

Network+ for Windows Updated

https://github.com/myaaghubi/NetworkPlus
1•myaaghubi•32m ago•0 comments

Build Adaptable Agents. Visually

https://github.com/ringlochid/banksia
1•ringlochid•34m ago•0 comments

Asynchronous I/O in DuckDB

https://duckdb.org/2026/07/31/asynchronous-io
1•ErenayDev•34m ago•0 comments

Your Friends Don't Like You And This Is My App.

https://kurzioai.vercel.app/
1•curzio•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.