Secret Headquarters [Nate]

2K posts

Secret Headquarters [Nate] banner
Secret Headquarters [Nate]

Secret Headquarters [Nate]

@scrthq

#PowerShell x #AWS x #Chef | Created VaporShell x PSGSuite x PEMEncrypt x PSProfile | Opinions are my own | https://t.co/h4IxIYLYdk | https://t.co/olCPZglYWK

Dallas, TX Katılım Temmuz 2017
1.8K Takip Edilen448 Takipçiler
Sabitlenmiş Tweet
Secret Headquarters [Nate]
PSGSuite users following here on X:: We have a PSGSuite prerelease published to the PSGallery as 3.0.0-beta. One of the biggest changes is raising the min PSVersion to 7.4 due to 3P deps deprecating earlier versions of .NET. What PSVersion are you using with PSGSuite today?
English
2
1
3
232
Sam Altman
Sam Altman@sama·
I am very excited about AI, but to go off-script for a minute: I built an app with Codex last week. It was very fun. Then I started asking it for ideas for new features and at least a couple of them were better than I was thinking of. I felt a little useless and it was sad.
English
2.3K
959
22.3K
3.4M
Secret Headquarters [Nate]
Depends on how you define “compiled” in this context. Python is compiled to bytecode, not machine code. That bytecode is still *interpreted* to machine code at runtime though by the VM (e.g. CPython), which is why it’s still considered an interpreted language, regardless if there is some sort of compilation involved. Other Python implementations like PyPy can compile to machine code, but that isn’t the default or what most people are using
English
0
0
0
158
suds
suds@__suds__·
@stupidtechtakes The funny thing is Lunduke is absolutely correct, Python compiles very quickly to bytecode. Just because it runs slowly after that and needs a large runtime dependency doesn't mean it didn't compile
English
1
0
9
1.6K
stupid tech takes
stupid tech takes@stupidtechtakes·
GW Basic is interpreted, you don't compile it
stupid tech takes tweet media
English
29
14
781
41.9K
Secret Headquarters [Nate]
It’s pretty simple. Source available != open source. Open source implies source available with a valid open source license. What Mistral did was make their model source available, but their proprietary license means that it’s not truly open source, it just means that source is available. *OSI* list of approved licenses for reference: opensource.org/licenses
English
0
0
1
21
█svenjie█
█svenjie█@svjfz·
@MaziyarPanahi @AnalyticD @DiyarGn do you think that being asked to provide your definition of open source means we think you're the sole arbiter of it? no. don't be ignorant. I am asking your definition so that I can talk to you in language you understand.
English
2
0
1
20
Secret Headquarters [Nate]
@burningion @auchenberg Ah yes, Microsoft, whose sole product is VS Code, should have definitely attributed all of its earnings to it since it’s the only thing they make. What an oversight on their part!
English
1
0
6
286
Kenneth Auchenberg 🛠
Kenneth Auchenberg 🛠@auchenberg·
Thought: We created VS Code, open sourced it, and didn't become billionaires.
English
231
192
9.3K
1.1M
Secret Headquarters [Nate]
Youre drawing straws still and detracting way away from the original comment that started this chain. The counter var in a for loop isn’t read only, of course you can modify it inside the body of the loop. You wouldn’t do that typically as the loop signature is intended to contain the incrementation logic. Will it compile? Sure, it’s syntactically valid. Will it be allowed past a code review at any actual tech job? No, it’s terrible code.
English
0
0
0
16
neural nets.
neural nets.@cneuralnetwork·
my girlfriend has a DSA course this came in her exam Q) what's the time complexity? for (i=0;i<n;i+=2) //run some code she wrote O(n/2) aka O(n) got zero coz the answer apparently is O(logn) peak.
English
150
22
2.5K
367.8K
Secret Headquarters [Nate]
Yes, you can, but that would be bad practice for incrementing a counter bar in a basic for loop like this, you’d also drawing straws right now. Just because you can, doesn’t mean you should. There are other loop constructs if you want to handle incrementation of loop counters differently depending on your preferred language, but your PR review isn’t passing if your adding buried incrementation logic in a loop constructs that’s designed to house that in the signature
English
1
0
0
20
Secret Headquarters [Nate]
@code_explorer_O @cneuralnetwork There is no multiplication, it’s a standard for loop that is incrementing I by 2 (i+=2) on each loop. The starting i=0 is initializing i at the start of the loop You shouldn’t be attempting to calculate time complexity if you can’t read a for loop IMHO.
English
2
0
5
194
Secret Headquarters [Nate]
@Suffixaufnahme @code_explorer_O @cneuralnetwork There are no typos in the problem. If the problem can’t be understood correctly, they shouldn’t be trying to correct someone on it themselves. For loops are one of the earliest pieces of logic taught in CS, not knowing how to read it but opining on runtime complexity is wild.
English
2
0
1
49
Secret Headquarters [Nate]
@thegreatnaph @schwabsauce @majd_alfhaily The point they’re responding to is the EXIF data, which typically contains location info. This is a security concern if the data did include location info, it would allow anyone on a FaceTime call with you to get your location by screenshotting the call
English
0
0
0
88
Majd
Majd@majd_alfhaily·
TIL: When you take a picture of a FaceTime video call using the shutter button on iOS, the picture gets taken through the other party's camera including EXIF metadata. 🤯 reddit.com/r/iphone/comme…
Majd tweet media
English
46
200
8.3K
955.9K
Secret Headquarters [Nate]
Age isn’t really relevant here IMO, this is someone trying to start a business and ripping off other people’s work as a foundation for that. It wasn’t “close to the original”, they took the original and replaced the speaker with themselves. It’s not “inspired”. It would have taken 5 minutes to just film or find an unused backdrop, but instead they opted to just take someone else’s work and put their face on it
English
0
0
0
16
Harshit solanki
Harshit solanki@_harshitsolanki·
@ndrewpignanelli The video was clearly close to the original, and acknowledging the inspiration would have been fair. Public callouts rarely help, every young builder is figuring out and a little grace would have done more than turning it into a dragging. Kindness goes further than criticism
English
2
0
3
448
Erfan
Erfan@ErfanEbrahimnia·
@theo "no memo" would've been enough, but I guess they're adding the "use" part for consistency
English
1
0
1
808
Secret Headquarters [Nate]
@cramforce Seems this is due to using a PAT for automation instead of a GitHub app? Switching to an App should prevent the commits from being done under your name (more secure regardless due to auto-expring tokens).
English
0
1
5
7.5K
Malte Ubl
Malte Ubl@cramforce·
Since this went very viral: I'm not actually a super human coder. It's automation and the shades of green represent me actually doing work. I don't know why GitHub doesn't filter the automated actions for this graph. It clearly can distinguish them in the API/UI. Vercel uses a tool to measure dev productivity and it absolutely doesn't credit me with 10K contributions. I've been doing about a 1 PR per "traditional work day" during my time at Vercel, but tbh most of that code is written on the weekend as strong proponent of the 557 work day 😅 It was frowned upon to look at quantitative metrics during performance reviews for a while, but I've always been a proponent. Ultimately, we're here to ship code. If you didn't do that a lot, there might be a reason, but it must be a glaringly obvious reason. Is 2.1 PRs per day better than 1.9? No. But I want to understand why somebody does 0.3. Maybe they are just weak at structuring their work. My calendar today has 7.5 hours of meetings and a work dinner: - 2h customer calls - 1h board meeting of an industry org - 1.5h keynote planning for our Ship AI conf - 1h interview - 1h incident reviews + assorted fun stuff So, we'll see how much I'll get done today. Yesterday, I cancelled a bunch of meetings and spent a few hours chasing a bug in Next.js that @mintlify experienced. I eventually managed to reproduce and merged a workaround. Then I got a haircut and BBQed pork chops. So, overall a very fulfilling day
Adrian@adriandlam_

vercel cto btw how is this even possible @cramforce

English
66
104
4.4K
697.3K
gabriel
gabriel@gabriel1·
sf has the most autistic billboards
gabriel tweet media
English
235
468
23.6K
2.3M