HackerLangs
TopNewTrendsCommentsPastAskShowJobs

ixsploit

no profile record

comments

ixsploit
·há 18 dias·discuss
I used lyx during university. Was super happy. Still have all my homework and lecuture notes.

https://www.lyx.org/
ixsploit
·há 21 dias·discuss
It's kinda easy to measure if you've learned something. You can test yourself if you can do what you've learned without AI.
ixsploit
·há 4 meses·discuss
The UI is also less stable then most cli tools.

The enterprise tools I am currently working with often have outdated screenshots in their own documentation.
ixsploit
·há 4 meses·discuss
It's really not an easy problem to solve.

You would hire someone with the expactation that they learn, but you also need to pay them. New hires always slow the team down. And currently you wouldn't even get much out of them, as you can delegate those tasks to AI.

Additionally you can not even be sure that the junior will learn or just throw stuff at AI. The amount of vibecoded Code I have to review at the moment from Seniors is stunning.

So yeah, the market needs Seniors, but there is basically no incentive for a company to hire a Junior at the moment. It's just easier and cheaper to pay a bit better than the market and hire Seniors then to train a Junior for years.
ixsploit
·há 5 meses·discuss
Because it’s very easy todo nowadays. Why making compromises in your workflow anymore?
ixsploit
·há 7 meses·discuss
Thank you, but the JSON API stuff is exactly what i am using nushell for at the moment. Makes it trivial to navigate large datasets.

For me it's pretty hard to work without type annotations, it just slows me down.

Don't get me wrong, I really like python for what it is, I simply missing out on the fast prototype stuff that everyone else is capable of.
ixsploit
·há 7 meses·discuss
Is there a good resource on how to get better at python prototyping?

The typing system makes it somewhat slow for me and I am faster prototyping in Go then in Python, despite that I am writing more Python code. And yes I use type annotations everywhere, ideally even using pydantic.

I tend to use it a lot for data analytics and exploration but I do this now in nushell which holds up very well for this kind of tasks.
ixsploit
·há 8 meses·discuss
The LLM will only be challenging in the way you want it to be challenging. That is probably not the way that would be really challenging for you.
ixsploit
·há 8 meses·discuss
At the moment it is the other way around. LLMs rarely write good code if not instructed by someone that knows what they are doing. And even then the code is rarely good.
ixsploit
·há 9 meses·discuss
And if a critical security flaw is discovered in version 4, nobody is going to fix it, and you need to buy a new product from a different vendor.
ixsploit
·há 9 meses·discuss
No it’s not. I was using vim / nvim interchangeable. I moved from emacs to vim in 2003 or 2004. I am really not sure when I changed vim to nvim as I always have an alias vim=nvim.
ixsploit
·há 9 meses·discuss
I really like the great defaults helix comes with.

I used neovim for 20 years and still like it a lot. But after some plugins broke I wanted to give helix a try. I am missing a plugin system in helix.

However, for me, helix comes with the nearly perfect amount of functionality, while being extremely responsive. It also made me appreciate stuff like multicursor, which I haven’t tried before.

I tried multiple out of the box nvim solutions, but never liked one of those.

I looked into zed, but don’t see much of a reason to use it. Maybe I should give it a try.
ixsploit
·há 9 meses·discuss
Or you know, not making it public.

And if you might need to make the photo public, you could blur the faces.
ixsploit
·há 10 meses·discuss
I do something similar and I have the best results of not having a history at all, but setting the context new with every invokation.