frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Using the Epson Perfection V39 II Scanner on Ubuntu

https://patches.joao.town/using-epson-perfection-v39ii-scanner-ubuntu/
1•joaopalmeiro•17s ago•0 comments

The Agora Companies – Finding Success at the Edges of the Bell Curve

https://theagora.com/about/
1•peter_d_sherman•3m ago•0 comments

Helping brand to make creative assets

1•tanmay7_•4m ago•0 comments

Minimax M3 weights to be released on Friday

https://huggingface.co/MiniMaxAI/MiniMax-M2.7/discussions/33
1•theanonymousone•4m ago•0 comments

Job titles of the future: Nature's drug designer

https://www.technologyreview.com/2026/06/11/1138502/job-titles-natures-drug-designer-tim-cernak/
1•ilreb•5m ago•0 comments

SwiftUI Only Makes It Easy to Develop Bad Apps

https://daringfireball.net/2026/06/swiftui_only_makes_it_easy_to_develop_bad_apps
1•zombot•6m ago•0 comments

Summer Word Search

https://www.summerwordsearch.com/
1•onion92•6m ago•0 comments

Anthropic's AI Jobs Paper

https://www.vincentschmalbach.com/anthropics-ai-jobs-paper/
1•vincent_s•6m ago•0 comments

A Native GeForce Now Client for Apple TV and Apple Vision Pro

https://github.com/owenselles/CloudNow
1•cromka•6m ago•0 comments

We managed to glean some interesting details about the Artemis III mission

https://arstechnica.com/space/2026/06/we-managed-to-glean-some-interesting-details-about-the-arte...
1•rbanffy•9m ago•0 comments

Outpost – Capability-based API access for AI agents

https://github.com/sausin/outpost
1•saurabhsinghvi•9m ago•0 comments

Malware devs added text to trigger LLM safety refusal, to avoid detection

https://twitter.com/jsrailton/status/2064661778978533571
3•MrBuddyCasino•12m ago•0 comments

World economy visualizer – $110T GDP broken down to country level

https://iamwick.github.io/world-economy-repository/
1•gilfoyle_7•13m ago•0 comments

macOS/iOS/TvOS/watchOS QR Generator/Detector (SwiftUI/Swift/Obj-C)

https://github.com/dagronf/QRCode
1•petecooper•15m ago•0 comments

An Early Step on the Long Road to Photosynthesis

https://www.quantamagazine.org/an-early-step-on-the-long-strange-road-to-photosynthesis-20260610/
1•pseudolus•17m ago•0 comments

Stop Backtesting in Theory, Simulate the Real Crypto Market with DolphinDB

https://medium.com/@DolphinDB_Inc/stop-backtesting-in-theory-simulate-the-real-crypto-market-with...
2•dbaa4real•19m ago•0 comments

AI Just Got Better Than a Fable

https://altshiftx.tech/blog/unlock-the-future-of-intelligent-systems-with-yottajoule-sui-q8e0
1•Magna_Dev•20m ago•0 comments

Claude "Fable" won't answer basic biology questions

https://www.theverge.com/ai-artificial-intelligence/947973/fable-wont-answer-basic-biology-questions
1•dude250711•20m ago•0 comments

Apple Removes Walkie-Talkie from Apple Watch in watchOS 27 Beta

https://www.macrumors.com/2026/06/10/watchos-27-removes-walkie-talkie/
1•cromka•21m ago•0 comments

Show HN: ARB – A Differentiable Rigid Body Simulation Library Using C++23

https://github.com/wbyates777/Articulated-Rigid-Body
2•wbyates777•24m ago•1 comments

Experts struggle to understand new list of political jobs at science agencies

https://www.science.org/content/article/weird-and-capricious-experts-struggle-understand-new-list...
1•pseudolus•24m ago•0 comments

Show HN: A HackerNews client with dark mode, bookmarks, search and more

https://guyswhocode.com/hn/
1•shajanjp•24m ago•0 comments

Turbcast – turbulence forecast for any commercial flight

https://www.turbcast.com
1•LeonDavies•25m ago•0 comments

Nottingham Uni says student records raided after ShinyHunters claims cyberattack

https://www.theregister.com/cyber-crime/2026/06/11/shinyhunters-raids-nottingham-uni-for-student-...
1•wlkr•25m ago•0 comments

OpenAI Considers Drastic Price Cuts, Anticipating War for Users with Anthropic

https://www.wsj.com/tech/ai/openai-considers-drastic-price-cuts-anticipating-war-for-users-with-a...
2•uxhacker•26m ago•4 comments

Anthropic Walks Back Policy That Could Sabotage AI Researchers Using Claude

https://simonwillison.net/2026/Jun/11/anthropic-walks-back-policy/
1•lumpa•26m ago•0 comments

Depgaze – Dependency Execution Intelligence

https://www.depgaze.xyz/
1•gcarlo•27m ago•0 comments

America's spy powers are in deep trouble

https://www.axios.com/2026/06/11/fisa-reauthorization-bill-pulte-trump-johnson
1•rguiscard•29m ago•0 comments

The first-ever reverse-aging drug was just injected into a human

https://www.businessinsider.com/first-ever-reverse-aging-treatment-injected-into-a-human-2026-6
1•daniel_iversen•29m ago•0 comments

Reverse Engineering the Anticheat on a Private MMO Server

https://blog.cristianrz.eu.org/posts/active-anticheat/
1•cautious-fly•31m 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.