Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dedoussis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
dedoussis
2mo ago
What if you are a merchant that needs to sell to O(10) countries? Integrating with each country's domestic payment rail is not feasible.
2.
▲
by
dedoussis
3mo ago
I've always wondered if part of the root issue is that Same-Origin Policy, and CORS by extension, were not very intuitively designed abstractions/APIs to begin with.
3.
▲
by
dedoussis
6mo ago
How do they determine whether a PR is AI-assisted and therefore requires senior review? A junior engineer could still copy-paste AI-generated code and claim it as their own.
4.
▲
by
dedoussis
1y ago
FedNow is limited to domestic US transactions
5.
▲
Lessons from Organizing Our First FOSDEM Devroom
(unitary.foundation)
6 points
by
dedoussis
2y ago
|
0 comments
6.
▲
by
dedoussis
3y ago
Would this also affect chrome extensions? For example, when an extension makes a request to a 3rd-party domain, browsers by default pass all the cookies associated with that domain to the server. AFAIU, these cookies are considered to be 3r
7.
▲
by
dedoussis
3y ago
Porting this extension to Firefox should be relatively straightforward using the webextension polyfill: https://github.com/mozilla/webextension-polyfill
8.
▲
by
dedoussis
3y ago
Shameless plug: I've built the unofficial "Hide My Email" browser extension [0], available both in Firefox [1] and Chromium [2]. Tried to make it as frictionless as the Safari UX, which proved to be a challenge given the lack
9.
▲
by
dedoussis
4y ago
It's funny that geohot/tinygrad chooses to not meet the PEP8 standards [0] just to stay on brand (<1000 lines). Black [1] or any other python autoformatter would probably 2x the lines of code. [0] https://peps.python
10.
▲
by
dedoussis
4y ago
Source code: https://github.com/dedoussis/icloud-hide-my-email-chrome-ext...
11.
▲
Show HN: Apple's Hide My Email service is now available on Chromium browsers
(chrome.google.com)
4 points
by
dedoussis
4y ago
|
1 comments
12.
▲
by
dedoussis
4y ago
I'd say 2-4 days is the median. There have been 2 instances of me needing to wait 2 weeks for a one-liner.
13.
▲
by
dedoussis
4y ago
Well, in this instance remote code actually means remote. In V3 one can no longer use the tabs.executeScript API [1] in which you could pass an arbitrary server rendered string. [1] https://developer.chrome.com/docs/ext
14.
▲
by
dedoussis
4y ago
> Benefits of the Manifest V3: none V3 not allowing remote code execution is actually a serious benefit. Of course, this does not negate the fact that V3 is mainly there to boost the ad ecosystem of Google, but I'd never want my scr
15.
▲
by
dedoussis
4y ago
Oh actually SingleFile is not attempting to set the headers but modify them, which seems to not be possible with V3. That makes sense.
16.
▲
by
dedoussis
4y ago
> With Manifest V2, it was possible to inject a "Referrer" HTTP header if necessary. With Manifest V3, it's no longer possible. Not entirely sure of how this is true. A recent V3 extension I've built is able to inject
17.
▲
by
dedoussis
4y ago
How is this different to Stripe's Banking-as-a-Service product?
18.
▲
How we got ourselves out of a GitOps horror story
(babylon.tech)
4 points
by
dedoussis
4y ago
|
0 comments
19.
▲
Easter egg in Stripe's Terminal landing page
(stripe.com)
1 points
by
dedoussis
4y ago
|
0 comments
20.
▲
by
dedoussis
4y ago
Was this Babylon?
21.
▲
by
dedoussis
4y ago
https://dedouss.is My personal blog. Statically (and proudly) generated by Hakyll. Hosted on my personal AWS account, using Route53 + Cloudfront + s3. Source sits within a private GitHub repo of mine, along with some Actions wor
22.
▲
by
dedoussis
4y ago
To avoid any potential issue with signal propagation a good practice is to always use a lightweight init system such as dumb-init [1]. One could assume that the node process would register signal handlers for all possible signals, but I pre
23.
▲
Strong evidence for brain-related abnormalities in Covid-19
(nature.com)
2 points
by
dedoussis
5y ago
|
0 comments
24.
▲
by
dedoussis
5y ago
> I only have one humble request, if I submited 51k lines of code in January and my whole team submitted 68k, do not call me a "Least Effective". $ npm update
25.
▲
PyPI Is Having an Outage
(status.python.org)
12 points
by
dedoussis
5y ago
|
0 comments
26.
▲
Ask HN: Should Python library maintainers still support python3.6?
2 points
by
dedoussis
5y ago
|
1 comments
27.
▲
by
dedoussis
5y ago
"There is no good and standardised way of expressing asynchronous APIs." You may check: https://www.asyncapi.com/
28.
▲
by
dedoussis
5y ago
What stops any developer of a large org using Docker Desktop through their personal license/account? How is such a restriction going to be imposed?
29.
▲
by
dedoussis
5y ago
Yes I went down the same rabbit hole. `dir` is not found, whereas POSIX commands such as `ls`, `cd` and `cat` are available.
30.
▲
How to document a Socket.io API
(dedouss.is)
6 points
by
dedoussis
5y ago
|
0 comments
More ›