HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mgkimsal

16,837 karmajoined 19 лет назад
Available for php / laravel / vue / js work. [email protected] https://kimsal.com dQ1AM9QUQN

meet.hn/city/35.9803138,-78.5103731/Wake-Forest

Interests: Entrepreneurship, Music, Web Development

---

Submissions

PHP 8.5 Released

php.net
4 points·by mgkimsal·7 месяцев назад·1 comments

comments

mgkimsal
·3 дня назад·discuss
I must be at least the 5th 13mini user.
mgkimsal
·14 дней назад·discuss
would be nice to be able to link to an individual menu.

cool collection, just harder to share some specific ones with friends.
mgkimsal
·14 дней назад·discuss
go further and let me have the same persona in townsquares across various sites. or have you already described why you wouldn't want to do that?
mgkimsal
·16 дней назад·discuss
I've never been to a place where you order by QR code where somehow the bill is joined together in one order for the table. Everything I order on the phone I pay for before they bring the food.

A couple places near me have QR codes for seeing a menu, but you still place an order with a person. If I order via QR code, payment is tied to me as a person, not the group.

Never (yet?) seen it any other way.
mgkimsal
·2 месяца назад·discuss
In the senior realm here - would love to chat with folks over lunch, brainstorm, assist, mentor, guide, etc. Can't do that AND be expected to deliver code at a 'full time' expected pace. What I would be delivering is... some code, some guidance, some assistance, etc. I've seen inside enough places to know that many senior folks end up being guarded and solitary because the deadlines aren't ever set to accomodate that sort of work. You're a 'Senior Developer(tm)' and the measuring stick is... lines of code.

Orgs get what they measure for. If your team values that sort of interactivity and support, it will ... observe it, measure it, and hire for that sort of person. I've seen groups evolve towards that, and they've been great, but it doesn't seem to be a default - most groups/orgs have to work towards it and and keep working at it.
mgkimsal
·2 месяца назад·discuss
This is under-recognized by many folks. That full impact of the that aspect of the 2017 TCJA was hard to predict when it was so far in the future, and when it hit, we were dealing with the latter economic impact of covid in addition to these deduction changes.
mgkimsal
·3 месяца назад·discuss
I think the more useful part is the parts that checks a ticket, fixes a bug, then opens the PR automatically. Whether you get an email or a phone text or call from a voice agent is ... somewhat secondary, im.
mgkimsal
·3 месяца назад·discuss
Tangential rant about WP.

Having got back in to some WP in the last year, the big thing that struck me compared to other framework/environments is... no... build step, or even plugin/module install step. Files are just there in the document root, accessible by default - the logic files are invokable and the asset files are reachable. Most other php frameworks will install a plugin/module outside the document root then have some sort of publish/install step that will copy assets to be publicly accessible as needed. No plugin logic files would be invokable directly from a URL. That one change would make a big difference, imo, but seeing so much of the last 15-20 years of WP involves helper functions to assumed paths, and default assumptions about assets and logic living in the same paths... I'm not sure the ecosystem could adapt or support an alternative approach at this stage. Might be wrong. It's taken me a while to put my finger on why the current situation encourages less-secure-by-default systems, and this is probably the biggest thing I've landed on. There are other issues, but these issues all help contribute to WP popularity in the first place...
mgkimsal
·3 месяца назад·discuss
> unless it impacts them directly they won't believe it.

They may end up believing they are being impacted, but many will still deny or argue the root cause.
mgkimsal
·4 месяца назад·discuss
Unsure where you got that from? If a company that has had to lay off staff and reduce hours because of increase in expenses because of tariffs, then they get a chunk of money back, trying to 'get back' to where you were before - headcount, wages, etc - might be on your mind, and might be possible with a one-time refund of ideally a sizeable portion of your tax. However... we still have extremely high tariffs in place so the effects of higher input prices are still ongoing (and ramped up in some cases).

If our tariff structure went back to, say, October 2024, and companies who'd paid some inordinate tax - forcing layoffs and reductions - got a chunk of that back - and the taxes went back to what they were - there'd likely be some return to hiring and raises as before. But we can't get back to that any time soon with an administration hellbent on extracting as much from us via tariffs as possible.
mgkimsal
·4 месяца назад·discuss
One thing I don't see mentioned enough with the whole "the consumers paid these tariffs! we should get refunds!"... We "paid" not just in higher prices, but in many layoffs, reduction in working hours, skipped bonuses and raises. Companies that get 'refunds' will have an opportunity to use that money to rehire and repay workers. I'm cynical enough to think that will happen in large measures across the whole country, but I'm hopeful enough to want to see it happen nonetheless.

Delayed refunds won't even start to repair the damage done by bankruptcies triggered by high tariffs, the snowballed cost of tariffs impacting multiple steps in the supply chain, the emotional toll on families and communities having to deal with less money and rising prices. But rehiring and getting some regions and communities back to work might be a step in the right direction.

EXCEPT WE NOW HAVE A 15% GLOBAL TARIFF ONGOING. And a lunatic administration that will fight tooth and nail for years to keep this going as long as possible.

Trump "loves" this country so much it hurts me.
mgkimsal
·4 месяца назад·discuss
"...typescript to javascript"

Country AND Western!
mgkimsal
·5 месяцев назад·discuss
I read that as combined, up to this point in time. You have 20 engineers? If you haven't spent at least $20k up to this point, you've not explored or experienced enough of the ins and outs to know how best to optimize the use of these tools.

I didn't read that as you need to be spending $1k/day per engineer. That is an insane number.

EDIT: re-reading... it's ambiguous to me. But perhaps they mean per day, every day. This will only hasten the elimination of human developers, which I presume is the point.
mgkimsal
·5 месяцев назад·discuss
Thanks... 2 years felt a bit too recent. I think I was trialing copilot in late 2022, and then got turned on to ... codeium/windsurf in late 2023. The years are merging together now. :/
mgkimsal
·5 месяцев назад·discuss
> No, there is Github Copilot, the AI agent tool that also has autocomplete, and a chat UI.

When it came out, Github Copilot was an autocomplete tool. That's it. That may be what the OP was originally using. That's what I used... 2 years ago. That they change the capabilities but don't change the name, yet change names on services that don't change capabilities further illustrates the OP's point, I would say.
mgkimsal
·6 месяцев назад·discuss
The 'comment becomes a lie' is because you've got magic number there in the comment.

If the comment was

  // We match them by looking for equal-opposite amounts within an X-day window defined by BANK_TRANSFER_MATCH_WINDOW_DAYS
the comment is more evergreen, until the actual logic changes. If/when the logic changes... update the comment?
mgkimsal
·7 месяцев назад·discuss
I doubt it was even under version control...
mgkimsal
·7 месяцев назад·discuss
Can't edit but... an adult who grew up in the US their entire life who can't read out "acetaminophen" or "yosemite" is certainly under-literate.
mgkimsal
·7 месяцев назад·discuss
Make Arial Great Again
mgkimsal
·7 месяцев назад·discuss
Petty as in 'small and does not really matter' or petty as in 'vindictive'. All administrations do many small things that may not ultimately have much impact, but often those may be for benign reasons. Understanding the reasoning behind the decisions would help in determining what kind of 'petty' this is.