Readit News logoReadit News
ingenieroariel commented on GLM-5: Targeting complex systems engineering and long-horizon agentic tasks   z.ai/blog/glm-5... · Posted by u/CuriouslyC
Aurornis · a month ago
Apple devices have high memory bandwidth necessary to run LLMs at reasonable rates.

It’s possible to build a Linux box that does the same but you’ll be spending a lot more to get there. With Apple, a $500 Mac Mini has memory bandwidth that you just can’t get anywhere else for the price.

ingenieroariel · a month ago
With Apple devices you get very fast predictions once it gets going but it is inferior to nvidia precisely during prefetch (processing prompt/context) before it really gets going.

For our code assistant use cases the local inference on Macs will tend to favor workflows where there is a lot of generation and little reading and this is the opposite of how many of use use Claude Code.

Source: I started getting Mac Studios with max ram as soon as the first llama model was released.

ingenieroariel commented on Arcan-A12: Weaving a Different Web   divergent-desktop.org/blo... · Posted by u/ingenieroariel
stoplight161 · a month ago
Arcan scratches the same kind of itch that nix does for me but for the gnu/linux graphics stack and everything that has to interact with it.
ingenieroariel · a month ago
I like Nix as well, you can use this one liner in OSX or Linux to try out arcan/durden/cat9, as it matures you can expect arcan applications to be made available the way html pages/apps and this kind of nix derivation would let you run the "browser":

nix run --impure 'git+https://codeberg.org/ingenieroariel/arcan?ref=nix-flake-buil...'

ingenieroariel commented on The terminal of the future   jyn.dev/the-terminal-of-t... · Posted by u/miguelraz
jynelson · 4 months ago
whoa this looks fascinating, i've never heard of it before! thank you for the link :)
ingenieroariel · 4 months ago
To add to lproven's point.

An article called "A Spreadsheet and a Debugger walk into a Shell" [0] by Bjorn (letoram) is a good showcase of an alternative to cells in a Jupyter notebook (Excel like cells!). Another alternative a bit more similar to Jupyter that also runs on Arcan is Pipeworld.

[0] https://arcan-fe.com/2024/09/16/a-spreadsheet-and-a-debugger... [1] https://arcan-fe.com/2021/04/12/introducing-pipeworld/

PS: I hang out at Arcan's Discord Server, you are welcome to join https://discord.com/invite/sdNzrgXMn7

ingenieroariel commented on QGIS is a free, open-source, cross platform geographical information system   github.com/qgis/QGIS... · Posted by u/rcarmo
Qem · 6 months ago
Probably closer to the first situation. It curb stomped ArcGIS in the geographic information system community. When I started working with GIS at work, expensive ESRI products were default in this market, a la matlab in another field. Most coleages of mine had not heard about QGIS. Now QGIS is ubiquitous. It did to ArcGIS and its countless paid add on modules what scipy/numpy did to matlab.
ingenieroariel · 6 months ago
The scipy/numpy to matlab is a good example. In my opinion it is on its way but in many places the timing is more like 2010-2013 where a lot of people knew python was the future but universities still used only Matlab.
ingenieroariel commented on QGIS is a free, open-source, cross platform geographical information system   github.com/qgis/QGIS... · Posted by u/rcarmo
0cf8612b2e1e · 6 months ago
Is this on its way to pushing out the incumbent proprietary solution and becoming the standard a la Blender? Or is this more LibreOffice -it’s there, but missing so much functionality/polish that an expert will immediately find blockers vs the status quo?
ingenieroariel · 6 months ago
I think the answer depends on the country: In places where the government uses QGIS it is like Blender. In places where ESRI has a stronghold it is like LibreOffice.
ingenieroariel commented on Ask HN: Who are your favorite photography and generative coding artists?    · Posted by u/PirxThePilot
ingenieroariel · a year ago
Mark Knol is a great generative coding artist: https://github.com/markknol/

Chris Randall is pretty awesome too: https://www.instagram.com/chris.randall.art/

ingenieroariel commented on Stop using zip codes for geospatial analysis (2019)   carto.com/blog/zip-codes-... · Posted by u/voxadam
ajfriend · a year ago
If you care about that and have a data source, you can add, for example, population density per H3 cell as part of your analysis. That has the additional benefit of denoting the this quantity of interest explicitly, rather than some implicitly assumed correlation which may not be true.
ingenieroariel · a year ago
Hey AJ, this is almost on topic, do you know of a more up to date version of the dataset you used on the blog post release for H3 v4.0.0 [1]? They stopped updating in Oct 2023. Thanks! [1] https://data.humdata.org/dataset/kontur-population-dataset
ingenieroariel commented on Arcan 0.7 – The All Tomato   arcan-fe.com/2024/12/25/a... · Posted by u/ingenieroariel
systems · a year ago
from the about

"Arcan is a powerful development framework for creating virtually anything between user interfaces for specialised embedded applications all the way to full-blown standalone desktop environments. Boot splash screen? no problem. Custom Interface for your Home Automation Project? sure thing. Stream media processing? Of course."

Still dont really understand what this is?

ingenieroariel · a year ago
It is a gui framework that allows you create terminals where you can detach any running process into another terminal.

Since it is a complete toolkit, you can have detachable applications where you send both code and state to a server and retrieve it from another device (like Apple's continuity).

In the end it is just a bunch of lua scripts talking to other components via /dev/shm and to other computers using a new protocol called a12://

u/ingenieroariel

KarmaCake day729July 31, 2014
About
http://piensa.co/ http://github.com/ingenieroariel
View Original