HN user

iamcreasy

1,664 karma

Aspiring Indie Game Developer

hnchat:iah9cGDqdgU2TCHEINZt

Posts88
Comments963
View on HN
www.youtube.com 9mo ago

UTF-8, Explained Simply [video]

iamcreasy
2pts0
www.youtube.com 1y ago

Dynamic Heap Memory System Calls in C's stdlib.h [video]

iamcreasy
2pts0
carmencincotti.com 2y ago

The Jacobian vs. the Hessian vs. the Gradient

iamcreasy
7pts0
www.computerenhance.com 3y ago

Performance-Aware Programming Series Begins February First by Casey Muratori

iamcreasy
2pts0
www.blender.org 6y ago

Blender 2.81

iamcreasy
1pts0
wikileaks.org 7y ago

Vault 7: CIA Hacking Tools Revealed

iamcreasy
7pts0
www.spencerfry.com 7y ago

Startup advice you haven't heard before

iamcreasy
2pts0
devblogs.microsoft.com 7y ago

Java on Visual Studio Code April Update

iamcreasy
4pts0
arxiv.org 7y ago

Analysing Mathematical Reasoning Abilities of Neural Models

iamcreasy
13pts0
hackernoon.com 7y ago

Announcement: Java12 Has Released

iamcreasy
2pts0
dev.to 7y ago

Why Parents Make the Best Coworkers

iamcreasy
5pts0
opensource.googleblog.com 7y ago

Google Season of Docs

iamcreasy
2pts0
spring.io 7y ago

Memory Footprint of the JVM

iamcreasy
3pts0
github.com 7y ago

A Sadistic Approach to Modern OpenGL

iamcreasy
2pts0
www.humblebundle.com 7y ago

Humble Book Bundle: Computer Music by MIT Press

iamcreasy
2pts0
theblog.adobe.com 7y ago

Adobe Acquires Allegorithmic

iamcreasy
2pts0
www.blender.org 7y ago

Blender’s 25th birthday

iamcreasy
1pts0
krita.org 7y ago

Krita Developer Fundraiser: let’s squash the bugs

iamcreasy
2pts0
www.youtube.com 7y ago

Making a computer Turing complete

iamcreasy
2pts0
krita.org 7y ago

Krita in the Windows Store: an update

iamcreasy
139pts60
www.theverge.com 8y ago

Now Russia wants Zuckerberg to testify for them, too

iamcreasy
2pts0
www.youtube.com 8y ago

Deep Video Portraits – SIGGRAPH 2018

iamcreasy
1pts0
thehill.com 8y ago

Judge rules Trump can't block users on Twitter

iamcreasy
1pts0
www.adobe.com 8y ago

Adobe XD – The future of experience design. Now free

iamcreasy
1pts0
lennerd.github.io 8y ago

Git for Beginners

iamcreasy
3pts1
spaceflight101.com 8y ago

Japan’s SS-520 CubeSat Launch Vehicle Achieves Success on Second Try

iamcreasy
127pts19
www.rocketlabusa.com 8y ago

Rocket Lab successfully reaches orbit and deploys payloads

iamcreasy
1pts0
www.sciencealert.com 8y ago

Scientists Put a Worm Brain in a Lego Robot Body – And It Worked

iamcreasy
19pts0
www.theverge.com 8y ago

Watch Blue Origin’s mannequin ride to space and back

iamcreasy
3pts0
www.reddit.com 8y ago

Microsoft director installing Chrome in a presentation because Edge not working

iamcreasy
24pts2

Thanks for the write up. So the first version was synchronous, second version was using epoll and third one will be use io_uring?

Most Linux package managers cannot separate user-installed packages from system packages.

What is the use case when someone would want to differentiate system/user installed package? Isn't it good things that they are the same - meaning once something is install - it is there regardless of how it got here.

CUDA Books 2 months ago

Interesting, thanks for sharing.

What makes CUDA Programming: A Developer's Guide to Parallel Computing with GPUs better among its peers?

Julia language is also used for HPC according to their webpage citing performance parity with C++. Would it be correct to infer Julia also provides the same level of memory bandwidth control?

Is there any article explaining how AI tools are evolving since the release of ChatGPT? Everything upto MCP makes sense to me - but since then it feels like there is not clear definition on new AI jergons.

"open training" is something that won't ever happen for large scale models

https://www.swiss-ai.org/apertus

Source: EPFL, ETH Zurich, and the Swiss National Supercomputing Centre (CSCS) has released Apertus, Switzerland’s first large-scale open, multilingual language model — a milestone in generative AI for transparency and diversity. Trained on 15 trillion tokens across more than 1,000 languages – 40% of the data is non-English – Apertus includes many languages that have so far been underrepresented in LLMs, such as Swiss German, Romansh, and many others. Apertus serves as a building block for developers and organizations for future applications such as chatbots, translation systems, or educational tools. The model is named Apertus – Latin for “open” – highlighting its distinctive feature: the entire development process, including its architecture, model weights, and training data and recipes, is openly accessible and fully documented.

A Broken Heart 6 months ago

At that point, I reached for an age-old tool that has gotten more useful in the modern age: binary search. That is, you explain the symptom to your coding agent. Then you have it repeatedly remove stuff from your code that might be causing the problem

Can someone give me some high level pointers on how to setup this scaffolding?

11:53 – OBR staff and the web developer attempted to pull the PDF from the website,and also to pull the entire website (e.g. via password protection), but struggled to doso initially due to the website being overloaded with traffic

This one is painful to read. What was their option here? Calling WP Engine to take it offline?

@reverserdev This is neat. What is the expected use case you have in mind? At first glance - I thought it was guided tour through the kernel code with question for knowledge check.

ChatGPT apps, announced this month, feels a lot like original ChatGPT Plugin announced 3 years back. The only difference is how plugin are invoked. For ChatGPT plugin, we have to choose one from a drop down, and for apps - we could just include a plugin name in prompt.

Is there any other difference in the end-user side?