Elect2

↗ HN profile [ 342 ms ] full profile
Karma
395
Created
February 10, 2017 (9y ago)
Submissions
0
  1. Medium articles have a very high priority on Google search results. But almost all articles from medium.com are showing an "upgrade" button and if you do not buy their membership you can not continue reading.

  2. In a text editor (I tested sublime text3 and Sticky Notes), type any color name, example: "red". Then open Web browser and google search "color picker", the initial color is "red". Then close the web page. Try again…

  3. Example: https://news.ycombinator.com/item?id=21268584 it shows "4 hour ago"(by time I posted this question) API: https://hacker-news.firebaseio.com/v0/item/21268584.json unix time:1571218522, and it is 3 days ago.

  4. The benefit is it will be easier to stop spamming, since Google requires a valid phone number for every new registration. But I'm not sure what percent of people do not even have a Google account and not willing to…

  5. From someday Google began to review new domains even account was already approved. My recent 2 domains: 1 reject with no clear reason; 1 still under review after half a month. Could anyone recommend an Adsense…

  6. If the spammer ip is `1111:2222:3333:4444:5555:6666::`, what subnet you will add to blacklist and why?

  7. # PHP: ` $dbconn = pg_connect("host=127.0.0.1 dbname=test user=test password=test"); $start = microtime(true); for($i=1;$i<=5000;$i++) { pg_query("insert into largedb(uid,sid) values($i,$i)"); } echo ( (microtime(true)…

  8. A hosting forum I know used to talked about shared hosting, but now all they are talking about is cloud hosting or vps. I'm curious, how many and what kind of users are still using shared hosting like Godaddy,…

  9. Have this curious when reading this thread: https://www.reddit.com/r/Diablo/comments/9tyvww/diablo_immortal_cinematic_trailer_just_had_over/

  10. And why?

  11. MikuTap (aidn.jp)
  12. Years ago I switched to PostgreSQL from MySQL because of CTE (Common table expressions) support. Now MySQL 8.0 added CET support. A lot of new features added like JSON enhancement. And a lot of cons fixed like default…