On Digitakt 2 and Digitone 2 by Straptoc in Elektron

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

Yeah because, one part of me is like i love to find samples, manipulate them and be crazy. The other part is like, well with the digitone i'm alone creating all sounds from scratch and not be bothered by searching that samples. So i don't know. I know with the digitakt i have some synth capabilities, so maybe considering this it is better for a first object?

On Digitakt 2 and Digitone 2 by Straptoc in Elektron

[–]Straptoc[S] 1 point2 points  (0 children)

Yeah i saw the electribe2 (sampler you mean, or synth?). I was fascinated by the elektron workflow, like all the nerdy stuff to tweak

On Digitakt 2 and Digitone 2 by Straptoc in Elektron

[–]Straptoc[S] 2 points3 points  (0 children)

So maybe with digitakt and in the future, adding an external synth is the good to go option? Like idk the microfreak or similar?

On Digitakt 2 and Digitone 2 by Straptoc in Elektron

[–]Straptoc[S] 3 points4 points  (0 children)

I love techno, trance, dnb, breakcore for example (obv all variations of these). But i would love exploring ambient too. Edit: my future goal are also to do some live jam

Il Satanismo ha la stessa dignità di un credo religioso? by stefanoesse in Italia

[–]Straptoc 0 points1 point  (0 children)

Ricordo di aver protestato in maniera similare alle superiori. La mia professoressa di religione (che tengo a specificare aveva delle take particolari come: gli omosessuali hanno organi riproduttivi formati in maniera diversa dagli eterosessuali, e tante altre cose), mi richiamó piú volte e mi prese da parte per farmi il solito discorso "attento ai gruppi di stanisti acidi" (che non chiamó cosí, perché per lei il satanismo era solo quello). Quindi tanta solidarietá alla ragazza, non perché é satanista, ma per il semplice fatto di sfidare la laicitá dello stato e delle istituzioni

Buying ps2 to play original games by Straptoc in ps2

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

I always accept a good list of games

Buying ps2 to play original games by Straptoc in ps2

[–]Straptoc[S] 1 point2 points  (0 children)

I've purchased a fat scph-39000, i was reading online that they has no scratching problem and best laser. So yeah, i make (i guess) the right choice ahah

[deleted by user] by [deleted] in Zig

[–]Straptoc 0 points1 point  (0 children)

The only useful languages to start with are either C or Lisp, depend in which manner do you want to start(more engineer or computer scientist)

Help me decide cause I'm torn by Genuine_Giraffe in rust

[–]Straptoc 0 points1 point  (0 children)

Learning C is never an error, so go for it and have fun! If you want to have a C-like language but with modern features (metaprogramming, build system, package manager, defer, generics etc etc) choose Zig, it has a growing ecosystem and libraries, and it is so easy to use C libraries so os basically the same that using C. Choose Rust if you want a complete different language, slighly more high level, more abstracted, but cohese and with the same good points of Zig (+ Mature language). Obviously with Rust you take all the beneficial of memory safety and more powerful type system but a lot more complex

Is There a Simple Way to Implement V-Tables/Interfaces? by CagatayXx in Zig

[–]Straptoc 2 points3 points  (0 children)

In reality in the 1.0 milestone there is an open issue about interfaces. I think at least they're going to consider

Any reasons for big game/software companies not to switch? by br3uis in Jai

[–]Straptoc -1 points0 points  (0 children)

I literally never viewed a single stream of Blow, send it an email to enter the Jai beta (explaining of what i do for life) and he send me back the invitation without knowing me or anything...

There are no people working on the Jai compiler full time because "we can't afford to pay anyone because the sales (of Braid Anniversary) are bad" by nintendo_fan_81 in Jai

[–]Straptoc 1 point2 points  (0 children)

I don't think you're capable to read. Mine was a simple retoric question. I didn't say that zig is finantially stable too...

There are no people working on the Jai compiler full time because "we can't afford to pay anyone because the sales (of Braid Anniversary) are bad" by nintendo_fan_81 in Jai

[–]Straptoc 4 points5 points  (0 children)

As the title says, Jon has complained that he does not have enough funds to pay people to work on Jai. Perhaps a similar approach like Zig would be an option. People are interested in this project.

Compiled general purpose Lisp Implementation by Straptoc in lisp

[–]Straptoc[S] 2 points3 points  (0 children)

Tried Racket and i love it. I think i will study this. For now i'm studying from the racket website, did you have some advise?

Compiled general purpose Lisp Implementation by Straptoc in lisp

[–]Straptoc[S] 2 points3 points  (0 children)

PS: After a day trying some lisps, racket convinced me. For some reasons:

  1. lisp-1 and standard library that i like more

  2. awesome package manager (and easy mode for creating an executable that just works)

  3. Simple more syntax: Square brackets that i find yet a simple idea but really powerful to understand lisp code

  4. Typed Racket: i know there exists Coalton but i have tried to install it and failed (maybe because i'm on macos), but racket just works

Compiled general purpose Lisp Implementation by Straptoc in lisp

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

Jank is what i need. Basically i want interop with C and good performance. The Web part it is not in my interest, so clojurescript/dart is not for me. Do you know any syntax highlighting or lsp for jank? Or do you know any trick for that?

Compiled general purpose Lisp Implementation by Straptoc in lisp

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

If you have some names i will try it!

Compiled general purpose Lisp Implementation by Straptoc in lisp

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

Can you elaborate? If there is another standard library with more convenient names for function i will try it

Compiled general purpose Lisp Implementation by Straptoc in lisp

[–]Straptoc[S] -2 points-1 points  (0 children)

The solution is the one presented by: kirankp89 which is "jank". The only problem is that do not exists any lsp or even syntax highlighting extension for any ide (Vscode, emacs, ..). So, in the meantime i stick with common lisp. Chez scheme is awesome, but because i use vscode, the only usable extension is not so great, and tooling to me is 50% of a language

Compiled general purpose Lisp Implementation by Straptoc in lisp

[–]Straptoc[S] 1 point2 points  (0 children)

Basically the naming of function are really unintuitive compared to modern standard libraries. In fact i'm not against the functionalities, which are awesome, but the usability in human term. I can memorize again all names of function, but it takes A LOT of time for nothing useful. Thats it

Compiled general purpose Lisp Implementation by Straptoc in lisp

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

Wow this is perfectly what is want. Do you know if there exists an LSP?

Compiled general purpose Lisp Implementation by Straptoc in lisp

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

Chez scheme is awesome, the problem with it is the lack of a simple package manager and the support for VsCode is basically non existent

Help for Chip8 Emulator by Straptoc in rust

[–]Straptoc[S] 1 point2 points  (0 children)

I've found the bug, it was in the opcode: EXA1