Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Jestar342
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Jestar342
6y ago
I didn't meant to blame ORM, only highlight the (mis)use of them in this type of scenario - but yes, you are correct. It is an abuse of the repository - ORM or other. :)
2.
▲
by
Jestar342
6y ago
It can be extended upon.. I see a lot of ORM based solutions that pull a full record just to check a single property sometimes. E.g.: var user = repository.GetUserById(userId); return user.IsDisabled; That's not even a fac
3.
▲
by
Jestar342
6y ago
shrug The switch to PNG was in haste after we suddenly saw our icons etc all using whatever the last loaded SVG looks like. We already have a PNG "solution" (more like a hack.. someone remembered how to use imagemagick to setup
4.
▲
by
Jestar342
6y ago
Hooks themselves may not be good FP examples, however I meant the resultant functional components that you develop yourself usually are.
5.
▲
by
Jestar342
6y ago
It's a no-go for this use case. Simply because we cannot manipulate the SVG's attributes (at least not as easily) when using them within img tags. Can when they are "inlined". We reluctantly adopted PNGs and convinced de
6.
▲
by
Jestar342
6y ago
Likewise most of the hooks (useReducer being the obvious primary example), and functional components in general. That's how 99% of functional programming is done - state and function are separate, first class, concepts. The line is ver
7.
▲
by
Jestar342
6y ago
I decided to switch from SVG with build time manipulation of attributes (scale, colours, rotation, etc) to an image optimisation library (and soon probably a saas like imgix). I'd prefer to have stuck with SVG had it not been for the I
8.
▲
by
Jestar342
6y ago
Noted, thanks.
9.
▲
by
Jestar342
6y ago
Recently switched from SVGs to PNGs because the toolset the designers are using means every SVG has the same HTML ID attribute value. So when rendering >1 SVG on a page, they all render the same as the last one in the dom.
10.
▲
by
Jestar342
6y ago
I see the usual OneTrust modal, with a giant, very easy to locate "Reject All" button at the bottom of the modal. https://imgur.com/uZmlGlc
11.
▲
by
Jestar342
6y ago
Yes, he posted more information in an answer on Quora[1] to clarify why he felt he was turned down. [1]: https://www.quora.com/Whats-the-logic-behind-Google-rejectin...
12.
▲
by
Jestar342
6y ago
The very premise of this (sub)thread is one of "more users == providing more value" so .. yes, for this conversation, it matters.
13.
▲
by
Jestar342
6y ago
Literally all of them link scientific papers, if you'd care to read. And it's not "self-infection" that masking is a protection of. Nobody has claimed that. You wear a mask to protect those around you, and they wear thei
14.
▲
by
Jestar342
6y ago
We have them already. Xmpp/jabber, IRC, and even email.
15.
▲
by
Jestar342
6y ago
https://www.ox.ac.uk/news/2020-07-08-oxford-covid-19-study-f... https://www.ucsf.edu/news/2020/06/417906/still-confused-abou... https://fullfact.org/health/evid
16.
▲
by
Jestar342
6y ago
Before the internet we were passing video tapes/films, magazines, and prints around with porn and gore. Pre-teen me saw a lot of the kind of things you mention before the internet was a thing. The students at my school had pseudo-compe
17.
▲
by
Jestar342
6y ago
> I often wonder incredulously whether developers responsible for particular sites really comprehend how bad performance has gotten. For every site I've developed and have been tasked with adding adverts, and every colleague that I
18.
▲
by
Jestar342
6y ago
Sunk cost is/was my conclusion. At one firm in ~2013, advertising was bringing in $600k revenue per annum - we estimated a loss of potentially triple that (!) - but the response was apathetic. There was very much a reluctance to accept
19.
▲
by
Jestar342
6y ago
For more than a decade I've been campaigning (to any of my employers that utilise adverts on their platform) to drop adverts with the primary factor being that of performance for page load. The last time I looked, adverts were adding a
20.
▲
by
Jestar342
6y ago
Nobody has said it should be except for you. As I said it will occur but you should strive to spread information and learning as much as is reasonable.
21.
▲
by
Jestar342
6y ago
That's "Siloing" which is considered a negative pattern. If X is the expert, then only X can work on that something*. X is now a bottle neck. Natural siloing happens, but you (team) should be striving to reduce it, not encour
22.
▲
by
Jestar342
6y ago
Has your team productivity actually dropped? You mention things that are supplemental to productivity but nothing about the actual productivity itself. If not, then I suspect there is no more "time theft"* than usual and you shoul
23.
▲
by
Jestar342
6y ago
Terrible and dishonest analogy. The very reason this went undetected for 15 months is because the bridge _didn't_ fall down. There were no signs of a "break in" and it's wholly improper to compare a virtual system to a p
24.
▲
by
Jestar342
6y ago
You simply cannot ignore the wider context here. The new leadership is moving development to cheaper regions and, if the interviews and comments about "entitlement" etc are to be believed, you can bet they are not fussed about hir
25.
▲
by
Jestar342
6y ago
Damn, I figured it could have been. :)
26.
▲
by
Jestar342
6y ago
The irony of attempting to avoid bias, by using "has photo" bias.
27.
▲
by
Jestar342
6y ago
Discard just the photo or the résumé entirely? If the latter - do they acknowledge the irony?
28.
▲
by
Jestar342
6y ago
Well given the phone book was a list of names, addresses, _and numbers_ you could, in fact, do reverse lookups.
29.
▲
by
Jestar342
6y ago
Some licenses very explicitly prohibit source distribution/publication.
30.
▲
by
Jestar342
6y ago
Yes, for example other command may be (and often is) fzf followed by yet another command to exec on the chosen file.
More ›