HackerTrans
TopNewTrendsCommentsPastAskShowJobs

goodthink

no profile record

Submissions

Ask HN: How much did you spend on AI last month?

1 points·by goodthink·hace 5 meses·4 comments

comments

goodthink
·hace 27 días·discuss
[NO-AI] [https://newspeaklanguage.org]

1) Using Chrome's Isolated Web App technology and the afforded TCPSockets in the browser, I am resurrecting an ancient, windows desktop only, TCP protocol for connecting to * from web applications. All Newspeak, all the time.

2) Re-writing my friends football pool in Newspeak. The Squeak/Seaside version has served him well for more than a decade but I've grown tired of the setup. My VPS server got hacked recently affording the impetus to try another iteration. Storing all the data locally in IndexedDB, using my own Newspeak library for that API.

* While I have no problem being "left behind", I refuse to actively assist others in "getting ahead".
goodthink
·hace 2 meses·discuss
Net Operating Losses (NOLs) in one year can offset taxes owed in future years. It works for personal taxes too if it's a "casualty" loss.
goodthink
·hace 2 meses·discuss
US Government contractors have a requirement for average hours worked, by salaried workers, to be no more than ~40 hours / week (might be < 50). And they get audited for this (and other requirements) annually. Twenty years working for one such entity has made me grateful for it. Interesting enough work, low stress; lots of bureaucratic type stuff to deal with.

But I go home at 5pm every day.
goodthink
·hace 2 meses·discuss
I bought $5 worth of Claude API tokens the other day because Newspeak [0] is implementing an API interface in the IDE.

I work with Newspeak every night building all kinds of crazy stuff, from the raycasting tutorial to an IndexedDB interface. Currently, I have the IDE running as an Isolated Web App for access to TCPSockets [1][2][3].

I'm implementing ancient TCP protocols bringing them to the web.

[0] https://newspeaklanguage.org

[1] https://developer.chrome.com/docs/iwa

[2] https://developer.chrome.com/docs/iwa/direct-sockets

[3] https://github.com/GoogleChromeLabs/telnet-client (example IWA)
goodthink
·hace 2 meses·discuss
Isolated Web Apps - Resurrecting ancient TCP protocols using TCPSockets in the web browser (Chrome) with Newspeak.
goodthink
·hace 3 meses·discuss
With all of the big deal being made about viewing the far side of the moon, you would think they would have performed the mission when the moon is _new_ so the far side would be illuminated...
goodthink
·hace 6 meses·discuss
1. Newspeak, Smalltalk 2. Smalltalk's code browser can be tedious, Newspeak's IDE is more coherent. TCPSockets, tools 3. Smalltalk's Seaside framework for server side web, Newspeak for clients.
goodthink
·hace 6 meses·discuss
https://github.com/newspeaklanguage/newspeak https://github.com/croquet/croquet
goodthink
·hace 6 meses·discuss
Reading this book brought me a better understanding of "the expression problem" and the use of the visitor pattern as its solution. This led me to (finally) grok the use of Class _Heirarchy_ Inheritance[0] as a solution not requiring visitors. In Newspeak[1], classes can contain nested classes, so when you subclass a class, you inherit the nested classes as well. This blog post discusses the same feature affording Free Object Algebras [2].

[0] https://blog.bracha.org/primordialsoup.html?snapshot=Amplefo... [1]https://newspeaklanguage.org [2]https://blog.bracha.org/primordialsoup.html?snapshot=Amplefo...
goodthink
·hace 6 meses·discuss
> Subversion works ok over webdav, it has done it for decades.

Thank you!!!!
goodthink
·hace 6 meses·discuss
Not Self the language? https://selflanguage.org
goodthink
·hace 7 meses·discuss
I call bullsh*t. None of those IDE's had any such feature.
goodthink
·hace 7 meses·discuss
I upvoted but, there is no link to your product.
goodthink
·hace 7 meses·discuss
LIVE literate programming, now that is something else: https://youtu.be/i8zkG5OBYSQ?si=2Mz0QCO8za5knlgq
goodthink
·hace 8 meses·discuss
Basic Auth My blog: https://chalculator.com/blog Use Credentials: User: croquet Pass: yadayadayada Pain in the butt, links won't work without the creds, but they only need to be entered once.

Also, my blog comes complete with an IDE in the browser!
goodthink
·hace 8 meses·discuss
I get a 404
goodthink
·hace 8 meses·discuss
If you love the keyword syntax of Smalltalk, the reflectivity, the incremental compilation, live debugging in the environment, check out https://newspeaklanguage.org for theSmalltalk experience in the web browser.

This is my favorite video by Newspeak's creator Gilad Bracha: https://youtu.be/BDwlEJGP3Mk?si=Z0ud1yRqIjVvT4oO
goodthink
·hace 9 meses·discuss
Ask the QA people on the team if they have problems with him. Get a different manager involved...
goodthink
·hace 9 meses·discuss
Three score and seven years old. How old are you? Good insane or bad? lol I can't infer it from the comment. Here are links to my 3D, multiuser, "coin-toss as a service" apps: https://chalculator.com/gaas/?world=cutcards https://chalculator.com/gaas/?world=diceroll User: croquet Pas: yadayadayada

Let the bot scraping begin.

(These were the impetus for the BA strategy. Some of the assets are large. And they were getting downloaded A LOT. Not anymore.)
goodthink
·hace 9 meses·discuss
I have yet to see any bots figure out how to get past the Basic Auth protecting all links on my (zero traffic) website. Of course, any user following a link will be stopped by the same login dialog (I display the credentials on the home page). The solution is to make the secrets public. ALL websites could implement the same User/Pass credentials: User: nobots Pass: nobots Can bot writers overcome this if they know the credentials?