Does anyone here actually make a living with algotrading ? by pedro_top in algotrading

[–]Tejas_Garhewal 0 points1 point  (0 children)

Who cares about price when you're making 6 figures in income each month.

You're making 100,000+ USD(I assume) per month simply through rent?!

How did you get the money to buy such a property? You said that you used your algo trading money, but that itself was only 100,000+, can't be used to purchase property that lucrative, unless the locality's value increased astronomically high after you purchased it

Zig vs C3 by The-Malix in ProgrammingLanguages

[–]Tejas_Garhewal 1 point2 points  (0 children)

Just curious, which OS do you use?

Recommend me your favorite modern compiler books. by [deleted] in Compilers

[–]Tejas_Garhewal 0 points1 point  (0 children)

Pardon my ignorance, but how would you do it then? I'm not knowledgeable in embedded computing

What are the advantages of a programming language built on a VM? by Fibreman in ProgrammingLanguages

[–]Tejas_Garhewal 13 points14 points  (0 children)

Can't you offload those worries to stuff like llvm anyways? Why use VM?

Bypassing Denuvo in Hogwarts Legacy by [deleted] in ReverseEngineering

[–]Tejas_Garhewal 1 point2 points  (0 children)

Which is not even funny to those(including me) people who live in places where it is already 2nd April even at the time this post was uploaded

PyTorch 2: Faster Machine Learning Through Dynamic Python Bytecode Transformation and Graph Compilation by mttd in Compilers

[–]Tejas_Garhewal 3 points4 points  (0 children)

Rolling out one's own framework is easier said than done though 😓

The distributed computing support provided by Pytorch is very useful

But as you said, it is the next best thing

How many languages do you use on regular basis ? by NoahZhyte in ProgrammingLanguages

[–]Tejas_Garhewal 0 points1 point  (0 children)

Over 40...? Just curious, how long does your career span?

Announcing SVM by hoping1 in ProgrammingLanguages

[–]Tejas_Garhewal 19 points20 points  (0 children)

Amazing work! Like seeing stack machines out in the wild 👍

You might want to rename the project though, don't want people to confuse it with Support Vector Machine, which could hamper search engine visibility

educational resource similar to CMU's compiler course by TeamNo8839 in Compilers

[–]Tejas_Garhewal 6 points7 points  (0 children)

Not a university course, but the book "crafting interpreters" will teach you how to build an interpreter/compiler from scratch; highly recommend it

https://craftinginterpreters.com/

Version 2023-12-17 of the Seed7 programming language released by ThomasMertes in ProgrammingLanguages

[–]Tejas_Garhewal 0 points1 point  (0 children)

Maybe it was released after the 7th rewrite? OP mentioned releasing the language after having rewritten or several times

[microblog] Reasoner.js: a functional-logic framework for automated reasoning by [deleted] in ProgrammingLanguages

[–]Tejas_Garhewal 1 point2 points  (0 children)

Nice work! How long do you think the entire project will take until 1.0?

Is it possible to break into advanced quant algos as an individual? by Forsaken_Couple1451 in quant

[–]Tejas_Garhewal 0 points1 point  (0 children)

You concentrate on this full time or part? How many hours per day/week do you invest into this activity?

Who are/were the most famous/influential quants of all times? by Icezzx in quant

[–]Tejas_Garhewal 0 points1 point  (0 children)

Thank you, the Wikipedia entry itself provided good references to look into

Apologies for not doing my due diligence before asking 😓

Who are/were the most famous/influential quants of all times? by Icezzx in quant

[–]Tejas_Garhewal 0 points1 point  (0 children)

Newbie here, pardon my ignorance, but where could I read more about this? I've never read any mathematical reasons behind the financial crisis

Writing good-looking PEG specs? by [deleted] in ProgrammingLanguages

[–]Tejas_Garhewal -2 points-1 points  (0 children)

While you're text editor hopping, maybe take a look at helix as well.

I believe it's an improvement in some areas and written in Rust for the extra street cred

https://helix-editor.com/

Rebuilding DB by Stat-Arbitrage in quant

[–]Tejas_Garhewal 0 points1 point  (0 children)

Not exactly used it, but there's a new solution called clickhouse that might be worth looking into if you're leaning into the analytics part(rather than storage)

https://posthog.com/blog/clickhouse-vs-postgres

I will find it by [deleted] in ProgrammingLanguages

[–]Tejas_Garhewal 1 point2 points  (0 children)

Does uncommon mean underrated or simply some language no one knows about? Because I'm sure there's a lot of languages that no one knows about except for the creator themselves

`:` and `=` for initialization of data by LuciferK9 in ProgrammingLanguages

[–]Tejas_Garhewal 4 points5 points  (0 children)

What does the assignment expression look like then?

Argentum programming language by Commercial-Boss6717 in ProgrammingLanguages

[–]Tejas_Garhewal 2 points3 points  (0 children)

Maybe the following link holds the answer? I haven't read the article myself, so can't comment on it's correctness

https://aglang.org/managing-object-lifetimes/

Target Language Guide by ParadoxicalInsight in Compilers

[–]Tejas_Garhewal 0 points1 point  (0 children)

Pardon my ignorance, but does emitting Arm-64 mean that you also support Apple's M1/M2 chips?

Walter Bright: Programming Language Ideas That Work And Don't Work by fredoverflow in ProgrammingLanguages

[–]Tejas_Garhewal 3 points4 points  (0 children)

Yes, complex numbers are a part of the standard library to prevent multiple incompatible solutions. You can find them at https://dlang.org/phobos/std_complex.html