frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SEC Subpoenas Wall Street Banks over Situational Awareness

https://www.ft.com/content/c36d4e57-1ea2-47a5-8f6d-f390369aedc4
4•root-parent•8m ago•1 comments

Show HN: Stage – Build websites together by editing a shared document

https://www.youtube.com/watch?v=DfpqJzd8-zk
1•yuntonyx•9m ago•0 comments

Redactle: The Daily Wikipedia Game

https://redactle.net/
1•subset•11m ago•0 comments

Bad benchmarks and evals: Senior SWE-Bench, napkin math, and winter tires

https://danluu.com/exercise-7/
1•luu•13m ago•0 comments

Highest AI benchmarks ≠ adoption stonks

https://pran.sh/blog/reliable-model-wins
1•snorlaxmorlax•14m ago•0 comments

Ox Alpha – A mysterious new AI model

https://oxalpha.com
9•vismit2000•18m ago•6 comments

Show HN: BGChanger – Remove and replace video backgrounds in the browser

https://bgchanger.video/
1•andytuyu•19m ago•0 comments

App Ecosystem Report Q2 2026 based on SDK scans and App-ads.txt

https://appgoblin.info/reports/app-ecosystem-report-Q2-2026
1•ddxv•20m ago•1 comments

Sam Altman on AI: 'We've not had the iPhone moment'

https://www.youtube.com/watch?v=dktlHZOSn5o
2•root-parent•20m ago•0 comments

Arduino Ventuno Q SBC pre-orders are about to open for $299

https://www.cnx-software.com/2026/08/25/299-arduino-ventuno-q-sbc-combines-qualcomm-dragonwing-iq...
1•pyprism•21m ago•0 comments

"I built gangbid.lol in 45 minutes. Can a stupidly simple idea get users?

https://gangbid.lol
2•devisious•24m ago•0 comments

Trump's tariffs risk higher prices for AI, video games, cellphones: experts

https://www.cbc.ca/news/business/trump-tariff-ai-9.7318970
5•walrus01•27m ago•3 comments

Show HN: The Daily Outbid – outbid.lol, but as a newspaper front page

https://www.thedailyoutbid.lol
1•willdn•27m ago•0 comments

Screen viewing time from age 1 to 8 years and subsequent academic performance

https://link.springer.com/article/10.1007/s12519-026-01046-1
6•Markoff•32m ago•3 comments

Show HN: MajinBook = Anna's Archive and Goodreads

https://github.com/mazieres/MajinBook
3•mazr•33m ago•0 comments

Open City Planner – an open-source GIS for civic planning

https://stadtplaner.oklabflensburg.de/
2•hermann87•34m ago•0 comments

Jensen Huang: Land power and shell – The next critical resource for AI factories

https://twitter.com/JensenHuang/status/2089331487342829862
1•vismit2000•36m ago•0 comments

Abby Steele: An Offline AI Personality Powered by a Local LLM and Chess Engine

https://www.abbysteele.com
1•chainbuilder•39m ago•0 comments

Ads and tracking infiltrated TVs. Now they're coming for monitors

https://arstechnica.com/gadgets/2026/08/ads-and-tracking-infiltrated-tvs-now-theyre-coming-for-mo...
3•nickt•40m ago•1 comments

Xiaomi, AI Cube prototype: Multi-chip local LLM powerhouse

https://me.mashable.com/tech/75268/xiaomi-reveals-ai-cube-prototype-multi-chip-local-llm-powerhou...
2•aledevv•41m ago•0 comments

VK is suing Apple for blocking its apps – and wants $696,000 a day

https://www.techradar.com/pro/russian-tech-giant-vk-is-suing-apple-for-blocking-its-apps-and-want...
5•giuliomagnifico•42m ago•0 comments

$10k phishing kit enrolls Google passkeys that survive pw resets

https://abnormal.ai/blog/iauthflow-v2-phishing-google-passkeys
2•vdelitz•48m ago•1 comments

Seattle 64

https://seattle64.benjasmin.chatgpt.site/
1•rbinv•49m ago•0 comments

Time-to-exploit is now negative: attacks begin before the patch ships

https://my127001.pl/en/cyber-threats-2026-in-numbers
1•cybersecmichalk•52m ago•0 comments

Kala Paint

https://cooldogstudios.com/
1•darcien•53m ago•0 comments

UK public don't trust Fujitsu, but government does

https://www.computerweekly.com/news/366646332/UK-Public-dont-trust-Fujitsu-but-government-does
7•latein•57m ago•1 comments

How to know if talking to your coding agent like a caveman saves money

https://jayn.app/caveman
6•hugopuybareau•59m ago•0 comments

Scale Space Cymatist, a cymatics instrument whose creator is facing homelessness

https://setzstone.itch.io/cymatist
2•hobscure•59m ago•2 comments

Follow trains worldwide in real time

https://www.traintracker24.com/
1•taubek•1h ago•0 comments

Vorssaint – PowerToys for macOS

https://github.com/vorssaintapp/vorssaint-utils
1•SyncOnGreen•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.