HackerTrans
トップ新着トレンドコメント過去質問紹介求人

PhillyG

no profile record

コメント

PhillyG
·4 年前·議論
In winter: comfy slippers, maybe some warm socks if needed for warmth Rest of the year, if I'm on my own: either nothing or maybe slippers Rest of the year, with company: regular socks. I have roughly 10 identical pairs of socks, so that matching them is easy.
PhillyG
·4 年前·議論
The edit is where most of the insight is on that page, and the reader comments on it are the most entertaining part. Quite a lot of the authors list seem to be things that are useful to discussions, albeit by virtue of helping newer users be up to speed with idioms that long term users take for granted.
PhillyG
·4 年前·議論
Opt-in is generally more fair than opt-out, but in this instance it makes sense - they are not checking personal property, they are checking publicly facing webservers. They are not doing it for the server owners benefit, they are doing it to help keep people secure. Servers that aren't being patched properly are exactly the servers that are a security issue waiting to happen, that such a security force should be identifying and telling to buck their ideas up.

I suppose the differences in how those two equivalent departments approach this, likely come from national mindset differences, and the political differences they cause. At least it seems reasonable to me: that in Washington people might all agree that the right to decide if you are tested is more important than finding insecure webservers, whilst in London people might well all agree on the opposite.
PhillyG
·4 年前·議論
I built a web-app MVP which is basically a QR menu app, as a web-app with URLs for each menu in the format webappDomain/RestaurantName, for example my demo is at tearounder.app/TheLoremIpsum

My MVP solves quite a few of the grumbles people mention, and other grumbles either dictate the sort of venues that shouldn't adopt this tech, or show why this tech should always be as well as traditional service not "instead of". (There are also some grumbles that require more development to iron out)

Stuff my MVP does that solve grumbles mentioned in this thread: - simple URL format means you can use the URL rather than scan a QR code. If the restaurant name is long, a shorter version of the name should be used for good UX. I see QR codes that point to those URLs, as a good and easy option to provide for those people who now expect a QR code, but not the main way to access the menu. - web based means no need to install an app (I have also met some of the basic requirements for a "Progressive Web App" so some browsers will let you save it to your device once you are on the website if you want) - I keep file-sizes low, and put thought and effort into making it load and continue functioning smoothly even over slow and patchy internet connections. There are some things I could do to improve performance and smoothness on poor connections, particularly during building up your order, but it was easy to make it so that you can browse a menu to your hearts content even if your connection drops completely right after page load. Right now data for entire menu comes over at page load as JSON (that was created when restaurant last changed their menu), all UI up to placing order is handled in one page via client side JS, then as you add items to your order ajax calls add those items to a WooCommerce cart and tapping order sends you to a WordPress/WooCommerce checkout screen. Extra dev time to make a buffered version of that system, would get the connection need down to just the pageload and checkout/pay, but with the basic setup I have right now there is also need for a connection each time you add an item. The MVP setup would also require restaurants to have their woocommerce orders page up on some device behind the bar, which is not a great UI for their needs - so a "full" version of the web-app would need a custom page, and only use WooCommerce as a back-end if that made sense for that restaurant.
PhillyG
·4 年前·議論
The headline on this post is misleading. The text seems accurate, though I think the author is unaware that T-Mobile exists in other countries beside the US, and the wikipedia links are not totally clear if the block applies to all of T-Mobile or just the part they say is difficult to deal with (T-Mobile USA). Presumably just T-Mobile USA???
PhillyG
·4 年前·議論
From the second wikipedia link:

Solutions Create an account Blocks on T-Mobile IPv6 servers are set to "anon. only" (sometimes abbreviated as "AO" or "AB") meaning only registered users who have logged in can edit from this IP address. If you are currently blocked from creating an account, we suggest the following:

Create an account on a desktop or laptop computer and then log in with your phone. Ask a trusted friend on a different network to create an account for you. You may use Wikipedia:Request an account. Try again after the block on your IP address expires. Go to my contributions and follow the Block log link at the top of the page to find the length of the block. See Why create an account? for a full list of benefits that come with registration.

Bypass T-Mobile's IPv6 servers The easiest solution to avoid being blocked from editing Wikipedia while using T-Mobile is to bypass their servers altogether. By connecting to the Wikipedia servers from your desktop or laptop computer (or from your WiFi), the IP address that Wikipedia's server will see is one that is owned by your desktop ISP, rather than that of T-Mobile.

Instead of editing Wikipedia using the T-Mobile cellular connection, try using your WiFi connection. (This is increasingly a false dichotomy. T-Mobile is pushing into the home internet market with 5G cellular—to the tune of more than 640k US households at the close of 2021.) Use a desktop or laptop, or WiFi only tablet computer. These computers are most likely not using T-Mobile, and therefore, do not route traffic through T-Mobile servers. Autoblocked If you have already logged into an account and your block message reads "Autoblocked because your IP address has been recently used by" followed by a username, or your block log (check via the Block log link at the top of your "my contributions" page) does not list any current blocks, then you have been autoblocked. Please go back to your blocked page and follow the instructions under the Autoblocked? section or alternatively here.
PhillyG
·4 年前·議論
Minecraft has a couple of different ways that crafting is done:

1) the original way where you have a grid that you can put items/crafting materials on. If you put particular materials on the grid in the pattern for an item, it will give you the option of taking that item at the expense of the ingrediants 2) when they ported to consoles, they made it with a recipe book, where you choose what you want to make and creation just happens if you can - no need to remember patterns, no need to move items into the pattern. The recipe book shows things that you have some of the ingredients of, and has colour coded backgrounds for all the ingredients or just some.

Either way you craft things that the game already knows about. Building things in the world is different - you just place blocks or items where you want them. I'm not sure how that relates to programming. I can't say I really understood the article.
PhillyG
·4 年前·議論
Just had my first actual proper call, with a guy in Turkey who seemed very nice, call worked really well. In part of the conversation he asked about what I was working on, and I missed the ability to send a link through the call - (though maybe that's a sign that my own domain could have a better name!)
PhillyG
·4 年前·議論
I could see this being really useful for people doing show hn, they could have this open and chat directly to people interested in their project
PhillyG
·4 年前·議論
ooh - discovered something interesting - the homepage seems to only list channels that you've previously visited - interesting
PhillyG
·4 年前·議論
Playing around with this, seems I created a new channel/room/page called "raar" (https://coffeehouse.chat/raar), I wasn't expecting it to just let me create something that seems to be just there on the homepage as literally the second channel, without any signup or anything. It also seems to be a public thing. I opened the link on my phone and joined the call from there and it connected. However when I tried again it wouldn't connect
PhillyG
·4 年前·議論
I wouldn't say your UI is bad - it's certainly a reasonable MVP at this point. You could probably stick ads on it or a newsletter sign up on it for people interested in it. If I wasn't looking for UI improvements to point out, first glance would be it's pretty good, and what I'd expect - I certainly wouldn't immediately bounce - though the input boxes do need to support splitting ingredients by typing a comma - typing enter is not instinctive and even once I'd figured that out, when going again I "messed up". I listed ingredients as I'd expect to for an input box, and when I moved to the next box my input was lost.

It sounds like you need to spend time using it yourself, thinking over it's use, getting others to use it, watching them get stuck, listening to their questions. Get family or friends who have never used the app to use it while you are there and find out what they struggle with. For knowing what functionality it needs - find people who are interested in paying for that kind of product - family and friends are great for doing the app equivalent of proofreading, but unless they are in your market they may well have lots of ideas, but you'll have no idea if they're the right ideas to build.

Some confusing things about your UI (in order of me noticing them):

- "Are there any ingredients that are not available?" - this looks like it needs rewording to something like "avoid these ingredients" or "any common ingredients not available", I knew what you meant, the search will exclude recipes with those items, but it felt weird to read - there are probably 1000s of ingredients that I don't have in my kitchen, I'm not going list those. I might list things like milk if I where cooking for a lactose intolerant person in that box, or I might use that for if I where out of something common.

- on laptop screen, box around the search form has a huge gap to the right of the form inputs. I'd either make the inputs a % width of that box, or put them in two columns when wide enough

- the previously mentioned thing about inputs needing to treat , being entered as if the user had tapped space

- I'd probably expect to see filters for vegan/veggie/pescatarian / low gi etc but then maybe not - that's the kind of thing you could build if you run out of things from proper users - unfortunately I rarely cook proper meals so I'm not really in your target market I would assume.

- Shopping list feature is a feature I could use, if it where better, (though I currently use a shopping list app that I threw together myself by quickly modifying another thing I'd made previously, and it works reasonably well for me) - your icons seem too small and fiddly, and I'd want a few buttons on screen of common things - so I can tap those instead of typing them.
PhillyG
·4 年前·議論
The show was called "Silicon Valley" but yes they did explore/mock that concept
PhillyG
·4 年前·議論
Building a game with my dad when I was ~9-10 is a fond memory of mine, and how I got an interest in coding. I was really into my N64 but wanted to make my own game for it around the hit British TV show "Robot Wars". Of course we didn't actually make an N64 game or even anything close to resembling what my childhood imagination had cooked up in my mind, but I learnt most of the basics of functional coding and had lots of fun with my dad, and was really proud of the insanely simple games we made.
PhillyG
·4 年前·議論
You alright Eeyore?
PhillyG
·4 年前·議論
Day care centres near me already have their staff on shifts, or at least some people working part time and starting later than others, so that they can cover the extra couple of hours that parents doing a 9-5 would need to be able to do those hours + the journey from day care to their work and back. If they gave their staff less hours each, that would simply mean they'd need to employ more staff to give the same service.
PhillyG
·4 年前·議論
"Fear is the path to the dark side. Fear leads to anger. Anger leads to hate. Hate leads to suffering."

Edit: It might be a quote from fiction but there's some truth in there somewhere
PhillyG
·4 年前·議論
Agreed. "Region specific" might be a better term for what the commenter intended
PhillyG
·4 年前·議論
Yeah I think it's pretty common, certainly feels familiar to me. Here's some tricks that I find help me get out of the pit:

1)you can lower activation energy of some tasks by telling yourself that you're just going to do x minutes of it now, where x is an amount of time that feels ok to suffer through. Depending on where you're at, x might be like 2 minutes, or 5 or 10 or whatever. Then you set a timer and try to do at least the amount you told yourself you would. Often I find I'm at a point of energy where I can cope with finishing the task, or doing a chunk of time more - at the very least the task will be a bit smaller than it was, reducing the activation energy a little.

2)Music can really help uplift me. I have my best speakers set up in my kitchen, such that the sweet spot for the stereo effect is right in front of my kitchen sink. My kitchen lacks a dishwasher, and I'm not fond of washing up, so the washing up is one task that I often want to put off for future me. The music makes it much more inviting and cozy, lowering the activation point each day and contributing to the coping with finishing effect in tip 1.

3) I can also use music to help me get out of my bedroom, and even help me start each day off to a good, happy, start. This requires having speakers that you can activate from a distance, or set on a timer/alarm function. I set some music to play in another room, such that I can kinda hear it from my bedroom, but I'm only really getting the bass and louder notes, and I naturally want to move nearer to the source of the sound to hear my favourite songs properly. I don't treat the alarm function on my speaker like a traditional alarm clock to be turned off as soon as I'm awake - I treat it as way of automatically having interesting and uplifting sonic stimulation that helps me be more awake than I would be. I leave it on while I'm getting my breakfast etc until I either need some quiet to focus on work, or I head out my home.

4)Know your low energy points of the day if you have them, and target those times. After identifying that at 11:30am I'm often unproductive and feeling a slump, I set up a couple of alarms on my phone, spread out by a minute or two that just gives me a quote that resonates with me. The quote I use, comes from an animated comedy on Netflix that I really like. First message is: "Every day it gets a little easier", second message is "But you gotta do it every day". I could do a third message with the rest of the quote, but that feels overkill and actually I enjoy finishing off the quote in my head.
PhillyG
·4 年前·議論
Would this make learning React easier?