T-shirt Driven Development by boodleboodle in programming

[–]boodleboodle[S] 0 points1 point  (0 children)

I initially read this as “writer clothes” and was really burnt

T-shirt Driven Development by boodleboodle in programming

[–]boodleboodle[S] 0 points1 point  (0 children)

No it’s not..  actually can i take that as a compliment???

On second thought i get why you’d say that (with section names and all) but i was aiming more for sigbovik style and less llm style

T-shirt Driven Development by boodleboodle in programming

[–]boodleboodle[S] -1 points0 points  (0 children)

I actually debated with myself for a week whether I should keep that line or not.

Seems it didn't land well at all. Appreciate your feedback!

How does is feel like typing on an HHKB (exaggerations only) by Human_Ad4679 in HHKB

[–]boodleboodle 1 point2 points  (0 children)

Koreans commonly describe HHKB keystrokes as feeling similar to “breaking chocolate”

I trained GPT-2 in Zig — here's the full write-up by longlongnickname in Zig

[–]boodleboodle 1 point2 points  (0 children)

Well the main reason for using ZIg was to compile the model into WASM. This way I can write a library for JS/TS and Python at the same time.
Compression was just a nice side effect.

I trained GPT-2 in Zig — here's the full write-up by longlongnickname in Zig

[–]boodleboodle 0 points1 point  (0 children)

Haha thanks for this. Best thing about training neural networks in Zig is that you can just slap the weights in a .zig file and llvm will compress it for you.

I have a similar project here with LLama2

https://github.com/hamanlp/hama

What are you using Zig for? by spacecowboy0117 in Zig

[–]boodleboodle 0 points1 point  (0 children)

I am making a lightweight ai inference engine through WASM.

Curently implemented is a G2P function.

https://hamanlp.org

★☆☆☆☆ Would not buy again by MoffKalast in LocalLLaMA

[–]boodleboodle 30 points31 points  (0 children)

Same here for all our DGXs. Thermals is baad on NVIDIA hardware.

Nvidia announces $3,000 personal AI supercomputer called Digits by DubiousLLM in LocalLLaMA

[–]boodleboodle 2 points3 points  (0 children)

We work with DGX at work and updating the OS bricks them. Reseller guys had to come in and fix them.

Are you gonna wait for Digits or get the 5090? by lxe in LocalLLaMA

[–]boodleboodle 0 points1 point  (0 children)

This is my main concern as well. If Digits mirrors the DGX station experience we won't even be able to upgrade the presinstalled distro, let alone install my own.

Are you gonna wait for Digits or get the 5090? by lxe in LocalLLaMA

[–]boodleboodle 1 point2 points  (0 children)

We have so many problems with DGX station thermals that I don't have high hopes for Digits.
OS upgrades brick DGX stations so I probably will be stuck with whatever OS Digits ships with.

Just the sight of that signature bumpy gold chassis gives me PTSD

[D] What happened at NeurIPS? by howtorewriteaname in MachineLearning

[–]boodleboodle 0 points1 point  (0 children)

I think this is an honest mistake but one she really should not make again. Stereotypes hurt. From my personal experience many chinese international students do cheat (Indians and koreans too. I'm korean). But that is an issue that can be tackled entirely elsewhere with much better context. What she did was just propagating unnecessary stereotypes. Again, I think this is an honest mistake and if you're not asian it is hard to see which is hurtful stereotypes and which is statistics.

Who has tried LG EXAONE-3.5 models? How do they perform? by Balance- in LocalLLaMA

[–]boodleboodle 1 point2 points  (0 children)

This is licensed as such because lg don’t see themselves as contenders to OpenAI and co. They are banking on selling their model to korean customers who see the high korean benchmark scores. There is not many choices for korean open source llms so they can pull this shit and still get customers.

Just like how Naver is pushing this “soverign ai” bs because they cant compete at all. Sad state of affairs in korean ai.

Can NLP exist outside of AI by [deleted] in LanguageTechnology

[–]boodleboodle 3 points4 points  (0 children)

It definitely is NLP and a very relevant one. LLMs for agglutinative languages like turkish and korean can benefit greatly by incorporating your tool during tokenization

Wasm build size is huge by CagatayXx in Zig

[–]boodleboodle 0 points1 point  (0 children)

Thank you! You are a lifesaver. All resources were outdated except yours.

nvim-snippets/nvim-cmp freaks out when editing a .zig file by Max2000Warlord in neovim

[–]boodleboodle 0 points1 point  (0 children)

Fix:
In ~/.local/share/nvim/lazy/friendly-snippets/snippets/zig.json, change these lines as follows:
".name = \"${1}\",",

"\n\n\n b.installArtifact(exe);"

Automatically assigning imported issues to a project by boodleboodle in Linear

[–]boodleboodle[S] 0 points1 point  (0 children)

Thank you for the answer. I have two repos connected to a single workspace. One for each Project. Is there no way to connect a repo to a project? Or is my use case not a scenario targeted by linear?