Readit News logoReadit News
g105b commented on Show HN: Browser-based video compositor built on WebGPU   masterselects.com... · Posted by u/Sportinger
g105b · a month ago
Looks really good but it's sad to see something that rules out Firefox. This isn't a jab at you, it's the state of our industry. Still sad though.

Deleted Comment

g105b commented on Sandboxels   neal.fun/sandboxels/... · Posted by u/2sf5
hopfog · a month ago
As a fan of both Neal and R74n this was an unexpected collaboration!

I can highly recommend building your own falling sand simulator. It's really fun to see how such simple rules create emergent behaviors. Sand pixels try to move down, then diagonally down. Water does the same, then tries sideways.

Me messing around with it eventually resulted in a game I'm now working on full time (think Noita meets Factorio): https://store.steampowered.com/app/2764460/Sandustry/

g105b · a month ago
This looks really cool. I'd love to read your dev blog if there is one?
g105b commented on Xcode 26.3 – Developers can leverage coding agents directly in Xcode   apple.com/newsroom/2026/0... · Posted by u/davidbarker
AJRF · a month ago
(Context: I was an iOS dev for 10 years on well known, large iOS apps - I can't explain how much I dislike Xcode).

I recently started working for a startup, and they wanted an app.

What I shipped was a react native app (so I don't need to go in to Xcode to build), that renders a full screen web browser that points to our website. I've sprinkled in bits of injected JS to capture our cookies and local/session storage - which then gets saved to device storage and reinjected on app startup.

There are a few native-ish bits sprinkled in - onboarding, notifications, error screens, loading indicators, etc - but for the most part we don't need to worry about our API borking old versions (which is moving extraordinarily fast).

The only semi tricky bit was native auth integration - that needs treated with a bit more care, and stored securely, but it took a few days.

I ship the app to TestFlight and the AppStore using Fastlane from the command line, match handles the certs, and I never have to open Xcode.

It is honestly bliss, and i've heard a lot of app developers moving to this model (interestingly it normally follows a failed SDUX implementation)

g105b · a month ago
I would love more information on your setup. I want what you have, but I've skipped the app release because I thought xcode was required, and last time I used it it hurt me.
g105b commented on Show HN: Subth.ink – write something and see how many others wrote the same   subth.ink/... · Posted by u/sonnig
Dilettante_ · 2 months ago

  Your thought's hash is: 295c1f32c2fa180b5425c2b502e1d3968a7639c8ec398d66ec2e4ff73c05a1ea
  Including you, 2 persons had that thought already!
You guys know who you are

g105b · 2 months ago
I think a few more than 2 people have said that now.
g105b commented on Show HN: Lume.js – 1.5KB React alternative using zero custom syntax   sathvikc.github.io/lume-j... · Posted by u/sathvikchinnu
g105b · 3 months ago
The idea is really cool. I thought the simplicity of the framework would mean there were lots of examples. Well, there are lots. But not one of them is working.

Uncaught TypeError: The specifier “lume-js” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.

g105b commented on PHP 8.5   stitcher.io/blog/new-in-p... · Posted by u/brentroose
yupyupyups · 4 months ago
Is PHP still unhelpful when it comes to writing secure code?

I remember when escaping SQL input data was "the correct way" to use your mysql database. Parametrization? Nah, just use mysql_escape_string or whatever it was called.

g105b · 4 months ago
SQL named parameters was a feature introduced into PHP on 24th Nov 2005, with the release of PHP 5.1.0.
g105b commented on Internet's biggest annoyance: Cookie laws should target browsers, not websites   nednex.com/en/the-interne... · Posted by u/SweetSoftPillow
g105b · 5 months ago
The author's idea is "A Simple, Radical Idea: Put Consent in the Browser". So when you set up your browser, you get a single choice of whether you want websites to track you and sell your data.

Here's an even more radical idea: the browser doesn't even ask you this, and by default it just respects the user's privacy and blocks all third party tracking.

Can you imagine an internet where the user is put first?

g105b commented on Rendering a game in real time with AI   blog.jeffschomay.com/rend... · Posted by u/jschomay
g105b · 6 months ago
I've been trying to achieve the opposite of this project: render scenes in ASCII/ANSI in the style of old BBS terminal games. I've had terrible success so far. All the AI models I've tried only understand the concept of "pixel art" and not ASCII/ANSI graphics such as what can be seen on https://www.bbsing.com/ , https://16colo.rs , or on Reddit's r/ANSIart/ .

If anyone has any tips for how I could achieve this, I would love to hear your ideas.

g105b commented on Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea    · Posted by u/panphora
g105b · 7 months ago
I love how you've kept it so simple, but it actually solves a real-world problem. Well done for releasing something!

u/g105b

KarmaCake day376June 1, 2015
About
code, refactor, expunge, repeat.
View Original