frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Funding Your Own Disruption

https://stratnotes.substack.com/p/funding-your-own-disruption
1•swastikanayak•1m ago•0 comments

ROZ Nanobots for Your PC

https://republicofzani.com/software
1•zani1337•1m ago•0 comments

Understanding AI Memory the Basics

https://kingofkimchi.substack.com/p/the-memory-files-case-01-ai-memory
1•KingofKimchi•5m ago•0 comments

HN – The first AI recruitment assistant beyond traditional ATS

https://www.kyntoai.com
1•Alex_Bonjean•8m ago•1 comments

Email inboxes for AI agents: the complete guide – MailKite

https://mailkite.dev/blog/email-inbox-for-ai-agents-guide/
1•fijiwebdesign•8m ago•0 comments

PicnicHabits Is Now Live

https://picnichabits.uk
1•PicnicApps•12m ago•0 comments

Fable 5 BeyBlade-inspired Arena Game

https://parastoner.itch.io/spintop-arena
1•Paratoner•15m ago•0 comments

Show HN: Cute Music App

1•bOZbfU4YdRnJQ•16m ago•0 comments

Ebrains Crowdsources the Future of European Neuroscience

https://www.the-scientist.com/ebrains-crowdsources-the-future-of-european-neuroscience-74690
1•visha1v•16m ago•1 comments

Algae Microrobots Battle Bladder Cancer

https://www.the-scientist.com/algae-microrobots-battle-bladder-cancer-74700
1•visha1v•18m ago•1 comments

Convert your RSS feeds into a static website

https://www.xda-developers.com/i-replaced-my-100-year-rss-reader-with-a-free-github-pages-aggrega...
2•8organicbits•19m ago•0 comments

Tests Are SQL Files Too

https://npgsqlrest.github.io/blog/npgsqlrest-3.19-sql-test-runner-watch-mode.html
1•vbilopav•27m ago•0 comments

Show HN: AI-powered code review tool

https://github.com/Kirill89/reviewcerberus
1•k1r111•29m ago•0 comments

EyesOff Spots Shoulder Surfers Using a Privacy-First Approach

https://www.eyesoff.app/blog/how-eyesoff-spots-shoulder-surfers/
1•Two_hands•33m ago•0 comments

But Nothing Has Changed on Our Side

https://cacm.acm.org/blogcacm/but-nothing-has-changed-on-our-side/
1•visha1v•37m ago•1 comments

I can build anything, but only the void sees it

2•urbanogt5•39m ago•2 comments

AI researchers ran a secret experiment on Reddit users (2025)

https://www.livescience.com/technology/artificial-intelligence/ai-researchers-ran-a-secret-experi...
1•rolph•43m ago•2 comments

Verizon is About to Break our Watches

https://www.jefftk.com/p/verizon-is-about-to-break-our-watches
14•jefftk•43m ago•4 comments

AI bots ignore evidence. Can we trust them with science?

https://www.sciencenews.org/article/ai-ignore-evidence-trust-science
2•rolph•45m ago•0 comments

1-click-unpaywall Bookmarklet via Nopaywall.net

https://www.nopaywall.net/bookmarklet
1•MajesticWombat•47m ago•0 comments

What do nuns give up

https://silvestro2026.substack.com/p/what-do-catholic-nuns-give-up
3•silvestromedia•50m ago•0 comments

Moe Estimator – Simulate decode speed with layer-major prefetch hiding

https://www.agrillo.it/AI/Calculators/MOE-tieredstreaming.html
1•ConteMascetti71•54m ago•0 comments

Microsoft GDID telemetry includes full browsing and gaming history

https://old.reddit.com/r/sysadmin/comments/1undrrd/microsoft_gdid_tracks_all_windows_installations/
2•jjbinx007•55m ago•0 comments

Show HN: A home for short stories generated from 5 random emojis

https://www.moon-zine.net/
2•riedhes•56m ago•0 comments

Reading Is Fun

https://github.com/baturyilmaz/readingisfun
1•k3030•58m ago•0 comments

BareMetal RAM Dumper – Bare-metal x86 tool for Cold Boot Attack experiments

https://github.com/pIat0n/BareMetal-RAM-Dumper
14•liffik•59m ago•1 comments

Spending a Day on Sweden's $200M Stealth Warship [video]

https://www.youtube.com/watch?v=i5lHWgMmrt8
1•dataflow•1h ago•0 comments

Zenú Gold: Reassessing Matriarchy in Pre-Contact Colombia (2025)

https://archaeolog.substack.com/p/zenu-gold-reassessing-matriarchy
1•BaseBaal•1h ago•0 comments

Historic Photos of NASA's Cavernous Wind Tunnels

https://www.theatlantic.com/photo/2018/05/historic-photos-of-nasas-cavernous-wind-tunnels/560660/
3•ohjeez•1h ago•0 comments

Why don't people use Git properly?

https://deadsimpletech.com/blog/why-dont-people-use-git-properly
5•mmphosis•1h ago•2 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.