HN user

tucif

576 karma

hello@tucif.mx

[ my public key: https://keybase.io/tucif; my proof: https://keybase.io/tucif/sigs/H2SATvE_ZprdH2ajuOaNHpG7ky7X2sQA2dcnXDt6NGs ]

Posts66
Comments102
View on HN
press.aboutamazon.com 1y ago

Oracle Database at AWS Now Generally Available

tucif
2pts0
blogs.oracle.com 3y ago

Oracle is the #1 contributor to the Linux kernel in 6.1

tucif
3pts1
www.oracle.com 3y ago

Oracle Announces MySQL HeatWave on AWS

tucif
1pts0
news.ycombinator.com 5y ago

Ask HN: What's your favorite coffee table book?

tucif
2pts6
www.nytimes.com 5y ago

Trump announces a lawsuit against tech firms for censoring him

tucif
9pts0
news.ycombinator.com 5y ago

Ask HN: Which conferences are you looking forward to?

tucif
1pts0
ifttt.com 5y ago

IFTTT Pro

tucif
4pts3
news.ycombinator.com 5y ago

Ask HN: What are some examples of good changelogs?

tucif
9pts5
blog.descript.com 5y ago

Text to Speech Software Will Change the Way You Edit Audio

tucif
3pts0
news.ycombinator.com 6y ago

Ask HN: What are your Hopes for the next decade?

tucif
3pts1
www.oracle.com 6y ago

Oracle Cloud New Always Free Services

tucif
16pts0
languagelog.ldc.upenn.edu 8y ago

Google Translate transforming meaningless character sequences into prose

tucif
3pts0
www.reddit.com 8y ago

UFC allegedly using customers PCs for crypto mining

tucif
2pts0
www.facebook.com 8y ago

Mark Zuckerberg on Russian election interference

tucif
3pts0
www.nytimes.com 8y ago

Facebook to Turn Over Russian-Linked Ads to Congress

tucif
44pts19
cdm.link 9y ago

Ableton acquires Max maker Cycling ’74

tucif
1pts0
www.visualcapitalist.com 9y ago

Chart: Here’s How 5 Tech Giants Make Their Billions

tucif
2pts0
www.nytimes.com 9y ago

Bosch, Cisco, BNY Mellon, Others Launch New Blockchain Consortium

tucif
2pts0
www.nytimes.com 9y ago

Facebook Shouldn’t Fact-Check

tucif
3pts1
www.nytimes.com 9y ago

Mark Zuckerberg Is in Denial

tucif
53pts46
www.macrumors.com 9y ago

WhatsApp Gains End-To-End Encrypted Video Calling

tucif
1pts0
news.ycombinator.com 9y ago

Ask HN: How long did it take you to double your salary?

tucif
2pts2
www.theregister.co.uk 9y ago

Hackers pop top 'secure' wireless keyboard and mouse kits, gain RCE

tucif
2pts0
www.nytimes.com 9y ago

Trove of Stolen Data Is Said to Include Top-Secret U.S. Hacking Tools

tucif
159pts77
www.nytimes.com 9y ago

Univision’s $135M Bid Wins Auction for Bankrupt Gawker

tucif
3pts0
arstechnica.com 9y ago

Motorola confirms that it will not commit to monthly security patches

tucif
10pts0
www.theverge.com 10y ago

European Commission approves new investment in cybersecurity

tucif
1pts0
www.nytimes.com 10y ago

When Machines Will Need Morals

tucif
2pts1
www.nytimes.com 10y ago

An Anonymous Satire of Silicon Valley Now Has a Publisher

tucif
71pts38
newsroom.fb.com 10y ago

Improving the Experience When Relationships End

tucif
36pts46

I fed it yesterday's and it did essentially a perfect run, even though it wasn't certain about 1 of the words in the 3rd guess.

Today it got 1 error, but only because it correctly identified palindromes but there were 5 and it picked the wrong one, and it was its first guess. After that it swiftly found all the categories.

I also fed today's same prompt to the o1-mini and it just outright sucked, even repeated an incorrect guess immediately after being told it was wrong. There's definitely quite a leap between the mini and the full o1.

Bloomberg's Austin Carr says "Any employees who do join Microsoft can’t simply replicate the work they were doing on OpenAI properties like GPT-5 without inviting a nightmare of claims over trade-secret theft."

But doesn't really explain why, I wonder if there's any substance to it in the light of Satya's comments about having the rights to "continue the innovation".

https://www.bloomberg.com/news/newsletters/2023-11-21/micros...

I do see this useful in cases where you might want to keep something private from the server-side and are not too concerned about server-side tampering.

Then could use basic auth to protect access from outside and a tool like this to protect access from inside.

Is it really doomed because competition showed up? I'd be surprised if they didn't get quite a bit of paying users right away.

I get that competing with an open self-hosted alternative is a tough sell, but is this really different from other pay vs self-host scenarios?

Recently switched to macos for development and I'm really thankful to have found out about Shortcat and Raycast.

Combined with Tridactyl plugin on firefox, I can keep my hands on the keyboard for almost every task across the OS.

Tailscale SSH 4 years ago

A nice next step would be tailscale managing an ssh key that's allowed to do interact with a git(hub) repository. So that I wouldn't have to create multiple keys or setup the same key on different machines and still be able to interact with a repo from all of them.

It'd be really nice just using git transparently and having tailscale take over the git ssh connection and authenticate using taliscale access controls.

At least for personal projects or small teams that'd be quite convenient.

co-pilot can write 90% of the code without me, just translating my explanation into python.

I fear copilot may encourage these type of pseudo-code comments. The most valuable thing the AI doesn't know is WHY the code should do what it does.

Months later, we'll get to debug code that "nobody" wrote and find no hints of why it should behave that way, only comments stating what the code also says.

Seems we're replacing programming for reverse engineering generated code.

I found cscope essential when working with a 10+M loc C codebase. I wish there were more cscope like tools for other languages, easy to setup and editor agnostic.

Spotify’s discover weekly and release radar playlists which are personalized. Those two playlists make the subscription worth it for me.

For specific/niche things, certain subreddits get a fair amount of posts. I suggest reverse searching links to music you enjoy instead of trying to look up a particular sub.

Hype machine and soundcloud also help a bit.

VPN by Google One 6 years ago

From the linked pdf in the footnotes, looks like they are rolling their own network protocol:

"At launchtime, the VPN protocol will be a Google proprietary protocol; however, to ensure a high throughput while minimizing battery consumption, we will soon adopt IPsec as the data tunnel protocol due to its native support in Android.

We may eventually use other protocols, such as Wireguard, as their native support improves or on platforms where no specific protocols have a specific advantage."

You probably would be considering this opens a vector for account takeover if both auth identifiers are “lost” and you switch emails to a new one. Hope changing that is tied to sending some kind of notification to the original email when that happens, with instructions to undo.

To prevent getting there in the first place, could you do the type of “is this info still alright?” as part of the login flow every now and then? May reduce some of the cases at least.

If this happens just too often, you may need to ask for another means of contact info. Additional email/phone, which should all be pinged whenever auth info changes.

#1 is good, but I’d suggest always using the same set of questions to have a good baseline against which you can compare candidates.

#2 I have mixed feelings about. it may make sense if you’re after an expert on that language but may evaluate wrongly candidates that would be great reading code once they get just a bit more familiar with and get the overall architecture. In many companies, you’d be forbidden from sharing actual code with non employees, so the excerpt shown in the interview would have to be purposely crafted and loose value. I propose a more interesting exercise could be to examine a random piece of opensource that Both the interviewer and interviewee are unfamiliar with and trying to get a good discussion from it, but it’s a risky move leaving the interviewer exposed.

If services were compelled to opensource at some growth point, would you have them be compelled to ensure their codebase is readable?

I’m just imagining that scenario and companies choosing to “opensource” their obfuscated/assembly code.

IFTTT Pro 6 years ago

How would the Pro version compare to zapier?

1.99 minimum seems too cheap vs competitors in the space

Definitely a step forward in sharing by allowing each person to use their own editor. Looking forward to the vim plugin.

I find myself also sharing consoles too, I'd like to see this extended to terminal sessions, perhaps the session could be rendered in other people's editors? Kind of like a live asciinema.

I'd love to try this at work, unfortunately streaming Corp's code through an unapproved 3rd party service is a no-go. This would've been really useful in college. Hope this catches on!

A great thing would be all sides involved being able to use their own stack of tools to write and navigate the code.

Usual remote control/vnc limit you to use whatever the other person is using, which makes it more difficult when that person isn't using the same stack you are used to (different terminal emulator, shell, editor, OS)

If there was a way for me to edit a file using vim and the other person to use vscode, for example, that would be a good step forward, all while still being able to see where the other's cursor and selections are.