Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
9034725985
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
9034725985
1y ago
There is a similar one: https://aka.ms/nohello which redirects(?) to https://sbmueller.github.io/nohello/
2.
▲
by
9034725985
3y ago
I use <meta http-equiv="refresh" content="300"> to do speed test from fast.com see: view-source: https://angularten.github.io/
3.
▲
by
9034725985
4y ago
What would it take to formally increase this limit to USD 250 million for everyone?
4.
▲
by
9034725985
4y ago
Thank you. That gives me a red underline under ContactId and Email now. I think because input.Contact__c and input.ContactEmail__c are unknown. I think this is the right direction. What is my next step? const myOutput: Output = {
5.
▲
by
9034725985
4y ago
If I set input as Object, if (input[prefCode] !== null) { currentValue = input[prefCode].toString(); } in the lines above, I see a red underline under input[prefCode] > Element implicitly has an 'any' type
6.
▲
by
9034725985
4y ago
yes, input is a json of some kind. You could say technically could be simply { "Unsubscribe__c": false } or even {} both of which are silly in my case because there is no key for me to identify who the person is but they are valid
7.
▲
by
9034725985
4y ago
> With the ‘unknown’ type available is there a good case for ‘any’ anymore? Lets say you have some input json that you want to slightly modify to something else. How would you do this with unknown? I can't just blindly replace any w
8.
▲
by
9034725985
4y ago
What if there were a service where anyone can opt in to share their own location information? If there was a way to get across the hurdle of how does the service provider know if the person is indeed who they claim to be… My thought is some
9.
▲
by
9034725985
4y ago
> It just turns out that delegating trust to root CAs, CAs, and browser/OS vendors (the latter via built-in certificate lists) makes it easy for the end user. This flexibility is what allowed let’s encrypt to bootstrap, right?
10.
▲
by
9034725985
4y ago
I can see it being useful to type and chat between each other if we aren’t seated together on a plane.
11.
▲
by
9034725985
5y ago
Personally, I don’t mind giving them my phone number because my number is already public information. It sucks though that I can’t get tweets by text. This was the original use case of twitter. I understand SMS is not secure enough to publi
12.
▲
by
9034725985
7y ago
No support for Android (yet). Install this Facebook container [1] on the desktop. A request: I run Firefox nightly [2] as my main browser and would like to request everyone to consider using a pre-release version of Firefox if possible. It
13.
▲
by
9034725985
7y ago
I think he linked it so new readers can see the older comments and get clued in to the conversation. (: I remember reading In the beginning was the command line back in high school. I liked the comparison with cars. I'm a little sad I
14.
▲
by
9034725985
8y ago
(not a Red Hat employee) My understanding is that many, if not most, operations should not require sudo as of version 1.0. For example, try the commands at https://github.com/containers/libpod/blob/master/
15.
▲
by
9034725985
8y ago
I think their servers. (This is my imagination and it might be completely wrong so please feel free to correct me) they mentioned spam problem which leads me to believe that if enabled, the sending client will encrypt the whole message usin
16.
▲
by
9034725985
8y ago
You know that because it is a recent tweet. Now imagine someone deletes all their old tweets programmatically. Several people have screenshots of an "old" tweet as they allegedly saw and "saved". Who do you believe? htt
17.
▲
by
9034725985
8y ago
> Other decisions such as Pocket I am amazed that Mozilla has not yet released Pocket as free and open source software. What's going on?
18.
▲
by
9034725985
9y ago
Not that long ago. I use it on my Nexus 6 (shamu) but I also use yalp to get apps from the play store. Here is a relevant discussion: https://news.ycombinator.com/item?id=15617615
19.
▲
by
9034725985
9y ago
I would like to know what the goal for auto devops is... Will it be able to look at a project and compile it? For example: https://gitlab.com/postgres/postgres/-/jobs
20.
▲
by
9034725985
9y ago
I was hoping we could use old phones as IP cameras with the screen turned off. I hope apps that are last in the foreground can continue to access camera and microphone and sensors with the screen turned off -- at least when connected to pow
21.
▲
by
9034725985
9y ago
> I suspect will happen is that people will be able to leave dead-end jobs that are stressful and provide little to no value to them. Which in turn might crash the economy, because while not having the next Juicero isn't that big o
22.
▲
by
9034725985
9y ago
I've got the ball rolling at https://gitlab.com/amagpiesnest/amagpiesnest.gitlab.io Please sign in and request access to contribute.
23.
▲
by
9034725985
9y ago
Here is a naive question: Let's say I want a small application with flask and angular. I create a single repo for both flask and angular. I put everything flask in one sub folder called backbend and I put everything angular in another
24.
▲
by
9034725985
9y ago
Are you thinking something like pg_timezone_name? https://www.postgresql.org/docs/current/static/view-pg-timez... https://gist.github.com/justqyx/11245900