Hacker Newsnew | past | comments | ask | show | jobs | submit | v9v's commentslogin

https://sabracrolleton.github.io/testing-framework There's this pretty in-depth comparison of testing frameworks, but I'm not sure if any of the frameworks there satisfy your specifications.

I'm really impressed by Factor. It has a lot of the niceties that I like about Common Lisp, like restarting on errors and the compiled-but-interactive development approach. On top of all of this the development environment is presented as a very cohesive package, including standardized project structuring styles, a documentation system and a UI library.

The last time I tried to learn it I stopped because I found the concatenative syntax even harder to parse than s-exprs when any math was involved. I'm giving it another go now.




Thanks! I didn't know it was possible to use infix notation.

There's one more that restarted active development recently: JSCL https://github.com/jscl-project/jscl

Would you accept the argument that compiling is modifying the bytes in the memory space reserved for an executable?

I can edit the executable at the byte level if I so desire, and this is also what compilers do, but the developer would instead be modifying the source code to make changes to the program and then feed that through a compiler.

Similarly, I can edit the weights of a neural network myself (using any tool I want) but the developers of the network would be altering the training dataset and the training code to make changes instead.


The big difference that an Open Source license gives me is that regardless of the tool I use to make the edits, if I rewrite the bytes of the Linux kernel, I can freely release my version with the same license, but if I rewrite the bytes of Super Mario Odyssey and try to release the modified version, I'll soon be having a very fun time at the bankruptcy court.

I think the confusion for a lot of people comes from what they imagine compilation to be. In LLMs, the process is this (simplified):

define_architecture (what the operations are, and the order in which they're performed)

initialise_model(defined_arch) -> weights. Weights are "just" hardcoded values. Nothing more, nothing less.

The weights are the result of the arch, at "compile" time.

optimise_weights(weights, data) -> better_weights.

----

You can, should you wish, totally release a model after iitialisation. It would be a useless model, but, again, the license does not deal with that. You would have the rights to run, modify and release the model, even if it were a random model.

tl;dr; Licenses deal with what you can do with a model. You can run it, modify it, redistribute it. They do not deal with how you modify them (i.e. what data you use to arrive at the "optimal" hardcoded values). See also my other reply with a simplified code example.


I suppose 80% means you don't give them a 0 mark because the software says it's AI, you only do so if you have other evidence reinforcing the possibility.


no, you multiply their result by .8 to account for the "uncertainty"! /s


Firefox opens a new window when I press C-n. Is this a setting that you have to enable?


The op is probably on Mac where emacs movements use Ctrl but FF and other apps use Cmd key, so they always work as there’s no conflict.


Is there a way to enable such a mode on a Linux Desktop Environment, so most mnemonics use Super- instead of Ctrl- ?


Honestly being able to use emacs movements everywhere is one of the reasons I stay on MacOS.


For the first SAM model, you needed to encode the input image which took about 2 seconds (on a consumer GPU), but then any detection you did on the image was on the order of milliseconds. The blog post doesn't seem too clear on this, but I'm assuming the 30ms is for the encoder+100 runs of the detector.


I believe it's even been ported to the M1 a few years ago: https://x.com/gmpalter/status/1361855786603929601


Kinda sad seeing those follow-up tweets about licensing issues years later.


Pathsim is a block diagram-based simulator written in Python and seems to be getting very regular commits https://github.com/pathsim/pathsim


I use TRAMP to edit code loaded on robots occasionally. One advantage compared to VSCode is that it doesn't require the installation of anything onto the computer you're connecting to, since it uses the usual linux tools to work. But it can freeze up once in a while.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: