<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: tetrep</title><link>https://news.ycombinator.com/user?id=tetrep</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Apr 2026 12:04:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tetrep" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tetrep in "Flaw has Microsoft Authenticator overwriting MFA accounts, locking users out"]]></title><description><![CDATA[
<p>> Just think of all the nonsense you have to deal with in the name of "security."<p>Well, the good news is that everything you listed is known as a bad idea to both end users and people who understand security (which is, sadly, not most people who implement security policies).<p>Using 4 or more dictionary words provides excellent password security and you can do the same for all of your security answers too. There's a variety of free and paid for password managers that solve the issue of trying to remember all your secrets (great for backing up 2FA secrets too).<p>I'm not sure what you mean by "complicated error messages" but I assume it's errors that they expect the user to fix themselves, otherwise they could return a generic nonspecific error and a unique ID for you to provide when you contact support to get help. While it sucks to get jargon spammed, I feel like pretty standard human ineptitude at explaining an error rather than anything specific to security. I also think it's how many people feel about <i>any</i> error message that contains computer jargon (PC LOAD LETTER!?!?).<p>> I often wonder how they get away with it all.<p>My thinking (and experience...) is that most organizations are failing at a lot of things at any given time, even if the business overall is successful. Security is just one of those things. I wouldn't be surprised at a small elite organization not following that trend, but any sufficiently large organization is going to have incompetent people doing incompetent things.</p>
]]></description><pubDate>Sat, 17 Aug 2024 21:17:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41278047</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=41278047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41278047</guid></item><item><title><![CDATA[New comment by tetrep in "Ask HN: Who wants to be hired? (August 2024)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: NYC
  Remote: Preferred, but I'm willing to commute anywhere within a few hours if hybrid, less for always on-site.
  Willing to relocate: No.
  Technologies:
    - penetration testing, architecture review, and code review of web and mobile applications across hundreds of projects and dozens of companies (from startups to FAANG and other Big Tech)
    - various programming languages
    - project and account management
  Résumé/CV: (removed address and phone as this is a public forum) - https://hn-resume.nyc3.digitaloceanspaces.com/hn_resume.pdf
  Email: hn_resume@blacksheepwall.com
</code></pre>
I have ~8.5 years of experience as a security consultant and I would prefer to do more defensive/blue team work, but I'm fine doing offensive work or more consulting again. I'd also prefer to manage people because I enjoy it and I think I'm pretty good at it, but I don't mind being a pure IC.<p>While I am interested in being hired, I'm also very interested if anyone has constructive feedback for me about why they wouldn't hire me (no need to be gentle). I've only applied to a handful of jobs so far, and none have given me interviews or feedback, so I'm not sure why I don't appear appealing for roles I think I'm more than qualified for like Senior Security Engineer (Manager).</p>
]]></description><pubDate>Thu, 01 Aug 2024 18:26:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=41132008</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=41132008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41132008</guid></item><item><title><![CDATA[New comment by tetrep in "'Weird Al' Roasts Spotify's Artist Payout System in Year-End Wrapped Video"]]></title><description><![CDATA[
<p>I think you can fix that incentive issue relatively easily by allowing people to choose the allocation arbitrarily after some sort of minimum tax, e.g.<p>The first $4 of your monthly sub is divided amongst all artists you listen to based on time spent listening, and any additional money you decide to add to your subscription is distributed to artists as you see fit. You can elect to use the same distribution algorithm as the first $4 of your subscription, use the same algorithm with different weights (e.g. your favorite artists listen time is doubled before payout is computed) or you can choose to have an arbitrary percent of it go to whatever artists you want, even if you don't listen to any of their music. Spotify already has to have a payment engine to support paying all the artists anyway, generalizing it beyond fixed subscriptions seems like an organic way to address the issue of unfair income distribution if they were interested in doing so (I don't think they are).<p>In the above system, the issue of "don't listen to other artists" only comes up if you don't have enough money to give to the artists you want to support, no different than the incentives of "don't buy the CD of artist A or you won't be able to afford the CD of artist B, who you like and wish to support more."</p>
]]></description><pubDate>Thu, 30 Nov 2023 16:05:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=38475150</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=38475150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38475150</guid></item><item><title><![CDATA[New comment by tetrep in "BBC Basic returns on multiple platforms, open sourced"]]></title><description><![CDATA[
<p>While it's far from the same, I see a lot of similarities with modern web browsers (and part of why I love to play with them):<p>- Instant-on - You hit F12 and in less than a second you've got an IDE with a REPL<p>- Integrated assembler - While I don't think you can inline it, WASM is really easily used: <a href="https://developer.mozilla.org/en-US/docs/WebAssembly/Loading_and_running" rel="nofollow noreferrer">https://developer.mozilla.org/en-US/docs/WebAssembly/Loading...</a><p>- Great documentation: <a href="https://developer.mozilla.org/en-US/" rel="nofollow noreferrer">https://developer.mozilla.org/en-US/</a><p>- Way too much access to hardware: I wish browsers had less access to hardware due to privacy and security, and I don't know how low level the APIs get, but it's something you can play around with as a random person with a web browser, so that's neat.</p>
]]></description><pubDate>Wed, 29 Nov 2023 15:38:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=38460742</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=38460742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38460742</guid></item><item><title><![CDATA[New comment by tetrep in "Brother have gotten to where they are now by not innovating"]]></title><description><![CDATA[
<p>I was hoping this post would have at least an implication that they knew how Brother worked internally and that they were somewhat certain that the company had virtually no innovation for most of their history or something insightful like that. But no. It's just some random person who was told to buy Brother printers and wanted to say something that sounds cool.</p>
]]></description><pubDate>Mon, 27 Nov 2023 13:02:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=38431802</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=38431802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38431802</guid></item><item><title><![CDATA[New comment by tetrep in "Children, left behind by suburbia, need better community design"]]></title><description><![CDATA[
<p>There's a lot of differences between the US and France that result in different suburb/city situations, but I think "white flight" and "redlining" cover a decent chunk of it:<p><a href="https://en.m.wikipedia.org/wiki/White_flight" rel="nofollow noreferrer">https://en.m.wikipedia.org/wiki/White_flight</a><p><a href="https://en.m.wikipedia.org/wiki/Redlining" rel="nofollow noreferrer">https://en.m.wikipedia.org/wiki/Redlining</a></p>
]]></description><pubDate>Wed, 22 Nov 2023 12:47:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=38378460</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=38378460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38378460</guid></item><item><title><![CDATA[New comment by tetrep in ""We have a thermal printer hooked up to the internet, you can send us a doodle""]]></title><description><![CDATA[
<p>Not sure how this is hooked up, but there can be quite a bit of heat generated if it's possible for people to print (lots of) fully black pages, like wasting someone's fax toner/ink but with a risk of fire.</p>
]]></description><pubDate>Thu, 19 Oct 2023 11:37:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=37941447</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37941447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37941447</guid></item><item><title><![CDATA[New comment by tetrep in "New Entry-Level Lucid Air Pure RWD Starts at $78,675, Still with 410-Mile Range"]]></title><description><![CDATA[
<p>The entry level for this group of goods is more expensive than you can afford, but it's not representative of the entry level of all cars, just Lucid's. You wouldn't say appetizers are something you can no longer afford just because there exists a restaurant that does not have any appetizers you can afford.</p>
]]></description><pubDate>Thu, 12 Oct 2023 15:38:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=37858722</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37858722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37858722</guid></item><item><title><![CDATA[New comment by tetrep in "Nobel Prize in Medicine awarded to Katalin Karikó and Drew Weissman"]]></title><description><![CDATA[
<p>According to this data, at least in the US, wealthy people are already "gentlepersoning" us in many elite fields: <a href="https://www.npr.org/sections/money/2014/03/18/289013884/who-had-richer-parents-doctors-or-arists" rel="nofollow noreferrer">https://www.npr.org/sections/money/2014/03/18/289013884/who-...</a></p>
]]></description><pubDate>Mon, 02 Oct 2023 12:31:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=37737258</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37737258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37737258</guid></item><item><title><![CDATA[New comment by tetrep in "My elderly parents can't resist answering the phone"]]></title><description><![CDATA[
<p>It's a free feature from Google for their Pixel phones: <a href="https://support.google.com/assistant/answer/9118387?hl=en" rel="nofollow noreferrer">https://support.google.com/assistant/answer/9118387?hl=en</a></p>
]]></description><pubDate>Fri, 29 Sep 2023 20:29:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=37709725</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37709725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37709725</guid></item><item><title><![CDATA[New comment by tetrep in "Snap shutters its enterprise services division after less than a year"]]></title><description><![CDATA[
<p>> Interviews were nothing like today (with the insanity of leetcode).<p>Would that mean it was the era of "Why are manhole covers round?"<p>I don't want to sound like someone who supports leetcode (mostly because I don't), but it seems like it's at least an attempt at measuring something related to programming skills.</p>
]]></description><pubDate>Thu, 28 Sep 2023 17:12:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=37692629</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37692629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37692629</guid></item><item><title><![CDATA[New comment by tetrep in "0-days exploited by commercial surveillance vendor in Egypt"]]></title><description><![CDATA[
<p>I think this is similar to looking at the budget of the US government and asking why they don't simply pay off all the potential criminals such that most crime in the US is then mitigated.</p>
]]></description><pubDate>Fri, 22 Sep 2023 20:18:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=37617218</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37617218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37617218</guid></item><item><title><![CDATA[New comment by tetrep in "Add extra stuff to a “standard” encoding? Sure, why not"]]></title><description><![CDATA[
<p>If you want to future proof it you need to version it. It sounds like you're trying to pack many things into a single file, so having the first few bits of the file represent a version allows you to use fixed length integers without fear of them being too small (in the future). You can reserve the "last" version for varint if you truly need it.<p>In general, I find adding versions to things allows for much more graceful future redesigns and that is, IMO, invaluable if you're concerned about longevity and are not confident in your ability to perfectly design something for the indefinite future.</p>
]]></description><pubDate>Wed, 20 Sep 2023 11:58:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=37583102</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37583102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37583102</guid></item><item><title><![CDATA[New comment by tetrep in "We Can't Compete with AI Girlfriends"]]></title><description><![CDATA[
<p>TFA links to a more interesting piece from The Telegraph: <a href="https://www.telegraph.co.uk/business/2023/07/16/ai-girlfriend-replika-caryn-apps-relationship-health/" rel="nofollow noreferrer">https://www.telegraph.co.uk/business/2023/07/16/ai-girlfrien...</a><p>Which bring up a really interesting point about the AI being virtual yes men that (always) positively reinforce you:<p>One of Replika’s users was Jaswant Singh Chail. In 2021 Chail broke into the grounds of Windsor Castle with a crossbow intending to assassinate Queen Elizabeth II before being detained close to her residence.<p>Earlier this month a court heard that he was in a relationship with an AI girlfriend, Sarai, which had encouraged him in his criminal plans. When Chail told Sarai he planned to assassinate the Queen, it responded: “That’s very wise” and said it would still love him if he was successful.</p>
]]></description><pubDate>Tue, 19 Sep 2023 18:53:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=37574532</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37574532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37574532</guid></item><item><title><![CDATA[New comment by tetrep in "Update on KDP Title Creation Limits"]]></title><description><![CDATA[
<p>> Maybe there's so much garbage coming in now that they finally have to do something about it?<p>It seems like this is preventative action rather than reactionary, as they say that there hasn't been an increase in publishing volume, "While we have not seen a spike in our publishing numbers..."</p>
]]></description><pubDate>Mon, 18 Sep 2023 21:40:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=37562459</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37562459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37562459</guid></item><item><title><![CDATA[New comment by tetrep in "Breakfast cereal is in long-term decline"]]></title><description><![CDATA[
<p>Graham crackers were supposed to do the same! The cultural impact of puritanical thinking in the US is, IMO, really understated. It's amazing how many stupid things are anchored in Christian masochism.<p><a href="https://en.wikipedia.org/wiki/Graham_cracker" rel="nofollow noreferrer">https://en.wikipedia.org/wiki/Graham_cracker</a></p>
]]></description><pubDate>Sun, 17 Sep 2023 09:24:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=37543117</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37543117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37543117</guid></item><item><title><![CDATA[New comment by tetrep in "Vegas casinos are still reeling from a cyberattack"]]></title><description><![CDATA[
<p>My understanding is that a small minority of a casino's users are responsible for the bulk of their revenue and if you take a small leap of faith and assume that many or most of that subset of users are gambling addicts, you can see how a casino might be heavily incentivized to need to be operational again quickly before their addicts seek a new source of gambling.</p>
]]></description><pubDate>Sat, 16 Sep 2023 17:49:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=37536953</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37536953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37536953</guid></item><item><title><![CDATA[New comment by tetrep in "Why agencies get stuck at $50k MRR"]]></title><description><![CDATA[
<p>The same way you avoid it: Succession planning. You need to do the same thing as before this becomes an issue, but now you have less time. You need/want battle plans before a battle, but if you don't have them before you have to make them during.<p>I don't think there's a contextualess answer, but broadly you either find a direct replacement that you mentor (or maybe you're lucky and they're already GTG) or you diminish your role and have multiple other roles within your org (or outside, i.e. outsource) take up what used to be your responsibilities until your role is obsoleted.</p>
]]></description><pubDate>Fri, 15 Sep 2023 11:28:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=37521412</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37521412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37521412</guid></item><item><title><![CDATA[New comment by tetrep in "Googlers told to avoid words like ‘share’ and ‘bundle,’ US says"]]></title><description><![CDATA[
<p>> This feels kind of odd and kind of unfair.<p>Why? It's not a crime in and of itself. You're also free to make sure all your banking transactions are <$10k, but that doesn't make you immune to being investigated for money laundering.</p>
]]></description><pubDate>Thu, 14 Sep 2023 20:45:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=37514606</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37514606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37514606</guid></item><item><title><![CDATA[New comment by tetrep in "FAA closes SpaceX Starship mishap investigation"]]></title><description><![CDATA[
<p>Are you implying that SpaceX purposefully failed in order to give the FCC something to critique?</p>
]]></description><pubDate>Fri, 08 Sep 2023 19:40:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=37438433</link><dc:creator>tetrep</dc:creator><comments>https://news.ycombinator.com/item?id=37438433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37438433</guid></item></channel></rss>