Kaustubh Patange retweetledi
Kaustubh Patange
92 posts

Kaustubh Patange
@KP206
Software Engineer | Talks about Vim, Kotlin, (Type|Java)script, Python
Banaglore, India Katılım Mayıs 2016
141 Takip Edilen114 Takipçiler

@1owroller @kennethnym It is actually a compose multiplatform app.
English

@lifeofadvait How is it different from logging into aws windows instance over rdp
English

What is Mars?
It’s a question I’ve been getting almost everywhere I go. To best answer that, let me take you on a journey on how it came to be:
Ever since I started working as a developer & previously as a video editor, I’ve always needed a fast computer. So, I had to buy them:
1. PC: cost ₹1L ($1200) - used for video editing
2. i9 MacBook Pro: cost ₹2.3L ($2800) - used for development
3. M2 Pro MacBook Pro: cost ₹2.5L ($3000) - used for development
Sadly, these weren’t even perfect machines either, the PC wasn’t portable so I couldn’t take it to hackathons when I started coding. The i9 machines had heating and battery life issues so I had to be near an outlet at all times. The M2 Pro machine is the closest I’ve come to a good perfect machine but it costs a fortune.
The solution I wanted was something that brought the power of a high end server in a machine that’s as thin & portable as an iPad Air.
So, that’s exactly what Mars allows, it let’s you access a very powerful machine from anywhere. Along with that it brings in benefits of massively increased battery life & no heating what so ever.
A few users have been daily driving Mars for the past month & are loving it. Following that, I’m starting a paid beta program that anyone can roll into & also looking for organisations that would like to use this for their employees. (Reach out via DMs if any one these excite you)
English

@csetanmayjain @Madisonkanna You can use sshfs to mount a path of remote machine on your host and then nvim to make edits.
There is a plugin that abstracts this all for nvim github.com/nosduco/remote…
English

@mgdotdev Might as well disable treesitter for raw vim experience
English

@PR0GRAMMERHUM0R The no brackets around if statement feels illegal with braces
English


@lauriewired Wait till you find that everything depends on the "is-number" package npmjs.com/package/is-num…
English

@KP206 Because it doesn't. 0.5 is like cheating because arrays in JS are actually objects and the array indexes are object keys. So I was able to pick the value assigned to the key 0.5. As a reult, it doesn't work with array methods like includes, or JSON.stringify
English

Did you know that you can index a JS array using float values?
#JavaScriptmas #javascript #javascript_is_wierd

English

@eddaz7 @SimonBitwise @chancethedev You can achieve this but it is more explicit than js
def Person():
pass
Person.__dict__["name"] = lambda: print("John")
Person.name() // prints "John"
English

@alexdotjs This is true for many languages including Python. Also, changing the return value in `finally` block is possible except languages like C#.
English

TIL that this is correct syntax and that `finally` runs after the return of the function
#junior4lyfe

English

@ThePrimeagen I avoid aliasing due to tsserver lsp rename file doesn't work with it.
English

@stargazermellu @IBM Their image generation model is not production ready. Look mama, the noise is still there.
English

Wrote an article about my mistakes and learnings from choosing various databases (SQL / NoSQL).
link.medium.com/rmlUSgFTOBb
#programming #AWS
English

@lostpotato_eth @ThePrimeagen for 3 I would rely on telescope's file history, at least I can fzf.
English

@asthana_aastha Was the spike in memory related due redis snapshotting process?
English
Kaustubh Patange retweetledi

Thoughtful and exhaustive post on navigation in jetpack compose land (given the stock solution remains questionable) by @KP206
proandroiddev.com/the-state-of-n…
English
















