frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

List of Unsolved Problems in Mathematics

https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_mathematics
1•frozenseven•1m ago•0 comments

Personal response to AI helping us solve 40yr degree 23 inverse Galois problem [pdf]

https://www.shaowuzhang.com/files/how-we-found-m23.pdf
2•oliculipolicula•3m ago•0 comments

Show HN: Wala Vibes – scene-based radio for nostalgic Indian music

https://walavibes.wtf
1•yunweiguo•5m ago•0 comments

If I own Claude's outputs why can't I train my own model on them?

https://support.claude.com/en/articles/12326764-can-i-use-my-outputs-to-train-an-ai-model
2•DarenWatson•5m ago•0 comments

After a lot of thought, we've decided to retire SvelteJobs

https://sveltejobs.com/
1•thunderbong•13m ago•0 comments

Apple TV just added a bunch of classic movies to stream for free

https://9to5mac.com/2026/08/12/apple-tv-just-added-a-bunch-of-classic-movies-to-stream-for-free/
1•tosh•17m ago•0 comments

Spicy tale of an App Store fraud

https://lapcatsoftware.com/articles/2026/8/4.html
3•latexr•20m ago•0 comments

GitSkills: A Dataset of Agent Skills on GitHub

https://arxiv.org/abs/2608.10906
2•miningthemall•20m ago•0 comments

Win-V combo from Windows on Ubuntu

https://leo98ml.github.io/win-v/
1•havaianaslife•21m ago•0 comments

IOI 2026 Final Ranking

https://ranking.ioi2026.uz/
1•pykello•22m ago•0 comments

One VC burns through tokens a day to find the next unicorn

https://restofworld.org/2026/activate-interview-vc-sovereign-ai/
2•nanfinitum•25m ago•0 comments

Twitch now uses your channel to train generative AI by default

https://twitter.com/zachbussey/status/2087573860929478785
2•haunter•25m ago•0 comments

Drone Sightings Happening at Diego Garcia, US's Remote Strategic Island Outpost

https://www.twz.com/news-features/drone-sightings-are-happening-at-diego-garcia-americas-remote-s...
2•rbanffy•26m ago•0 comments

Program = Proof [pdf]

https://www.lix.polytechnique.fr/Labo/Samuel.Mimram/teaching/pp/course.pdf
1•leonidasrup•27m ago•0 comments

DeepSWE August 13 Update with Grok 5.6 and DeepSeek v4 Pro 0813

https://deepswe.datacurve.ai/
1•theanonymousone•27m ago•0 comments

Boltz shuts down Bitcoin swaps, citing AI attacks outpacing patching

https://davidebtc186.substack.com/p/ai-vs-ai-how-boltzs-shutdown-reveals
1•shadowbip•27m ago•0 comments

Medical data of 19M Poles stolen in major breach

https://www.pap.pl/en/news/medical-data-19-million-poles-stolen-major-breach-minister-says
1•mromnia•28m ago•0 comments

Quincunx: A discovery engine for the sparse domains

https://arsinq.com/articles/quincunx/
2•knipnehpets•36m ago•0 comments

Record heat is drying up Europe's major rivers, as these striking images show

https://www.washingtonpost.com/climate-environment/interactive/2026/08/12/see-receding-water-leve...
1•lisper•37m ago•0 comments

Mistral got a US patent on tool calls in 118 days. Without prior public notice

https://agent-wars.com/news/2026-08-11-mistral-code-tool-calls-patent-b1
17•berofeev•38m ago•6 comments

SQLite: The WAL-Reset Bug

https://www.sqlite.org/wal.html#walresetbug
2•forks•42m ago•0 comments

AI Agents Enable Adaptive Computer Worms

https://arxiv.org/abs/2606.03811
4•reasonableklout•47m ago•0 comments

German nonprofit files criminal complaint over Meta smart glasses privacy

https://www.engadget.com/2235857/german-nonprofit-files-criminal-complaint-over-meta-smart-glasse...
3•doener•47m ago•0 comments

When Not to Obey Orders (2019)

https://warontherocks.com/when-not-to-obey-orders/
3•downbad_•48m ago•0 comments

Richard Feynman's blackboard at time of his death (1988)

https://digital.archives.caltech.edu/collections/Images/1.10-29/
3•downbad_•48m ago•0 comments

An Indian cash scheme for women drops nine million beneficiaries – 29k were men

https://www.bbc.com/news/articles/c0ejxe0q3q4o
1•vinni2•49m ago•0 comments

The Human Fridge

https://www.theguardian.com/lifeandstyle/2026/jul/22/human-fridge-japan-heatwave
1•vinni2•51m ago•0 comments

SquashImage

https://squashimage.com/
1•archemistz•52m ago•0 comments

Cure All Diseases

https://www.worksinprogress.news/p/future-of-medicine
1•dionysou•1h ago•0 comments

Upscal – A native C++/Vulkan image upscaler for Windows

https://upscal.app
1•vertex_steven•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.