HN user

omk

700 karma

da0b52

Technology Enthusiast. I like building stuff. Distributed Ledgers and Privacy aware SaaS offerings interest me.

https://0x8.in/blog

Posts25
Comments133
View on HN
www.shell.com 1y ago

Energy Security Scenarios

omk
1pts0
journals.plos.org 1y ago

The Illusion of Information Adequacy

omk
29pts7
0x8.in 2y ago

From Intent to Action: 9 Critical Factors That Improve Automation Value

omk
2pts0
www.youtube.com 2y ago

KrisFix-Germany Drilled This MSI RX 6900XT and It Works – Rare Problem [video]

omk
3pts0
www.schneier.com 3y ago

Evading Copyright Through XOR

omk
9pts3
en.wikipedia.org 3y ago

An account of travel to the five Indian kingdoms – 723 CE

omk
113pts17
twitter.com 4y ago

SPF/DKIM/DMARC is just plain hostile

omk
1pts0
0x8.in 4y ago

Understanding Flapping while using Azure's Autoscale

omk
1pts0
calexicochronicle.com 4y ago

Millions of Pounds of Pollock and a Railroad to Nowhere

omk
2pts0
0x8.in 4y ago

Appreciating the utility of DNS based Load-balancing

omk
4pts0
blog.cloudflare.com 4y ago

Deep Inside a DNS Amplification DDoS Attack (2012)

omk
48pts5
medium.com 5y ago

Stealing tokens, emails, files and more in Microsoft Teams through malicious tab

omk
2pts0
en.wikipedia.org 5y ago

Baker vs. Selden (1879)

omk
2pts1
news.ycombinator.com 6y ago

Ask HN: How sensible is it to host my own email server on Linode or DO?

omk
7pts9
gizmodo.com 7y ago

For 20 Years the Nuclear Launch Code at US Minuteman Silos Was 00000000

omk
27pts14
news.ycombinator.com 7y ago

Ask HN: Are you using Solid or Solid PODs, what are you building/using?

omk
3pts0
news.ycombinator.com 7y ago

Ask HN: Is there a future for federated services on the Internet?

omk
3pts0
www.etftrends.com 8y ago

Lyrebird – an AI driven service that can clone any human's voice

omk
1pts0
www.rtl-sdr.com 8y ago

Tracking Planes with RTL-SDR, Apache Kafka, KSQL, Kibana and a Raspberry Pi

omk
16pts3
www.gatesnotes.com 8y ago

What if everyone lived on the same street?

omk
3pts0
0x8.in 9y ago

Blockchains for an Open zero-rating network

omk
1pts0
apoorvaj.io 9y ago

Native UI is dead, long live native UI

omk
1pts0
news.uci.edu 9y ago

UC Irvine's battery with improved charging capacity

omk
1pts0
en.wikipedia.org 10y ago

Embrace, extend and extinguish

omk
2pts0
www.evilmadscientist.com 10y ago

Introducing the AxiDraw

omk
2pts0

Have been in using greyscale on and off to reduce my screen time. Due the issues that the author reported I switched back and changed the icon colors to monocolor grey with black wallpaper to atleast keep the phone default UI color free.

The first behaviour it changed is making app logos of Instagram, YouTube, Reddit stand out. Some of these apps became a reflex click when I unlock my phone usually as a fidget. Greyscale takes away the lure of these app icons.

Love the shortcuts tip. Setting it up to see if I can sustain greyscale full time now.

After seeing a synthetic version that mimics the tone well enough, the real HN once back here felt slightly less distinct. When every information style gets a believable AI twin, our usual cues for judging what’s credible start to wobble.

To be clear, the strange part wasn’t that it fooled me, it didn’t. The issue was some form of “signal contamination” that my brain experienced.

I like the way this being proposed in a decentralised manner. Kudos to the author for the effort and thought put in.

However, I am curious what the incentive for publishers is to adopt this standard if those emojis are only relevant for the websites own silo? Use cases like these call for customized deep integrated implementations.

My question is a curious one. I might be missing the big picture and would like to get educated.

Drawing.garden 3 years ago

As relaxing as this experience was, I thought of resolving the itch to write trivial code to control the emojis and creatures with left/right clicks.

    let clickCount = 0;
    document.addEventListener('contextmenu', event => { (clickCount == 0) ? clickCount : clickCount--; event.preventDefault() }, false);
    window.onclick = function (e) {
        return clickCount++;
    }
    function random(i) {
        let emojis = 20;
        let creatures = 14;
        if (i == 1) {
            return (clickCount % (creatures + emojis) < creatures) ? 0.02 : 0.03;
        }
        else if (i == creatures)
        {
            return index = clickCount % (creatures + emojis) ;
        }
        else if (i == emojis)
        {
            return (clickCount % (creatures + emojis)) - creatures;
        }
    }

In my opinion, the author aims to introduce entropy as a metric to evaluate the stability of processes. Creating room for advocacy against process changes when new additions/changes are likely to increase entropy by introducing new outcomes.

Example - engineering teams can be obsessed with introducing new variables to a sufficiently stable system with the intention to improve stability. But in turn, reduce stability due to inaccurate impressions of stability of the new variables.

This approach generates a bias against change, but in many situations this bias is helpful. This allows engineering teams time to observe process outcome distribution over a longer duration, improving the data backing any process change decisions.

Edit: added explanation

Interop compliance should be a thing. Enterprise customers are missing the plot here. Please ask your software vendors to support interoperability. Example - Outlook should support/declare standard interfaces for video calling meeting links from other products. I see the need for a body for enterprise integration standards. Please help me such a body if there already is one.

I look specifically for something of the likes for Enterprise Integration Act of 2002 for software vendors.

Funny how most websites between 2008-2012 where filled with bevel styling faking a sense of depth. Then 2012 onwards almost everyone started appreciating flat design.

I wonder if the pixel density on displays played a role here. Flat design wouldn't look great on low pixel density but work brilliantly on retina displays. The opposite is probably true for beveled styling?

Excellent example of how colors have remained a tool for sales funnels. Red is used through out the site to make the user complete a purchase.

2002 was more about Nintendo expressing itself to users. 2023 is a deceitful salesman.

The solution here is PayPal ensuring that seller notes aren't misguiding. I wondered why PayPal hasn't blocked senders from mentioning "PayPal" or even "PayPal®" as mentioned in the seller note. A justification might be that sellers do legitimately mention PayPal in the note without trying to impersonate.

It seems that an AI based filter might help? Why not ask the new kid around the block ChatGPT.

  > "Dear Customer, You sent a payment of $429.00 USD to Coinbase Corporation. If you did not make this payment or to cancel this transaction, please call our Help Desk number +1 XXX Cancellation after 24 Hours from this email won't be valid for a refund. Have a great day! PayPal Help Desk +1 XXX"

  Who is the author of this message

  ChatGPT> The author of this message is the PayPal Help Desk.
Maybe it is a bit too easy with the signature in place. Scammers might get smarter so I skipped the signature bit. The response was interesting.
  > "Dear Customer, You sent a payment of $429.00 USD to Coinbase Corporation. If you did not make this payment or to cancel this transaction, please call our Help Desk number +1 123 Cancellation after 24 Hours from this email won't be valid for a refund. Have a great day!"

  who is the author of this message

  ChatGPT> The author of this message is likely a representative of a financial institution or payment provider, such as a bank or payment service like PayPal.
On a simpler note, I think it would help PayPal to mention right below the seller note that this message is authored by the seller and NOT PayPal.

Excellent posts. Coincidentally couple weeks ago while evaluating a HTTP response for a web service, I noticed that for tabular data, CSV is much more optimal than JSON; yet there is lack of HTTP header support for CSV responses that could provide clients with supplementary information in order to keep parsers adaptable.

If you have a copy of the said RFC, would like to refer.

Bookmarking, note taking, todo all have one important characteristic in common. They all require users with discipline and organization skills.

Every indie-hacker is bound to see gaps in existing solutions based on their biased ideas of organizing. Many times these ideas won't work out for the creators themselves as they over-estimate their capacity to maintain discipline over a stretch.

You pose a very valid point and I stand by it. Such an argument is often countered with the cost of rapid progress and providing businesses the autonomy without burdening them with bureaucracy.

Cost is also a factor. These pictures seem to come from an era when there weren't many disposable (cheap) materials found in consumer products. Paper, cloth, glass, metal and wood all could be classified as expensive. One could exchange this scrap with a vendor in exchange for a reasonable amount. Plastics simply don't find a place once separated from the utility they packed. Very little incentive for consumers to take it back even if the manufacturer accepted.

Few things seem to be at play here.

1. iPhone uses face tracking to adjust focus on subject's face

2. Same face detection can end up detecting faces in arbitrary objects. Very common occurring. Here the leaf.

3. iPhone uses multiple lens to compose a single photo. 1 lens focused on the persons face while another with better focus on the face estimated the face to be within the leaves.

4. The composite photo now has picture of leaf replacing the person's face.

Not a security expert, but I believe security applies too. It is difficult to claim a system as 100% secure. So long as what is being secured is less worth than the effort to hack into, you are good.

Not true in case of India either. A report[1] released just a few weeks ago mentions 0.85 million Indians who have surrendered their Indian citizenship in favour of US, Australia or other western countries in last 7 years.

It would be conservative to estimate that the number of migrants who have not yet surrendered their citizenship is 10x.

The brain drain is massive. I live and work in a tech hub and my social circle depletes every year. Every smart friend/colleague/acquaintance I have has either moved, is moving or hopes to move to the west in the next 5 years.

[1] https://www.hindustantimes.com/india-news/over-8-5-lakh-indi...

This is more common than one would imagine. Not all banks provide statements narrowed down to debit card usage. A bank statement does not always show the debit card number making it difficult to establish a link between the provided evidence.