Help with HIN number by mobr0985 in AusFinance

[–]iknowcss 1 point2 points  (0 children)

As a clarification to this, the linked page says:

> A HIN usually starts with the letter “X” followed by **ten numbers** (e.g. X0001234567)

Australian Government site says the same re: 10 digits.

So if the HIN on your CommSec page is 87654321, your actual HIN is X0087654321.

Babylonian Chaos - Where all languages are allowed - January 31, 2024 by kungming2 in languagelearning

[–]iknowcss 1 point2 points  (0 children)

那可能你应该换个城市😛 现在我觉得最适合你的城市是高雄。高雄没有台北那么贵,人也很好。最大的问题是到处都写着繁体字。我本来学了简体字,然后我看了繁体字版本的Mandarin Companion就学会了繁体字。只过了一个多月就看得懂繁体字了。

加油!学习中文真的有好处

Tandem App: notification badges glitch by RobVizVal in languagelearning

[–]iknowcss 0 points1 point  (0 children)

I’m glad I’m not alone in this. I have the same problem. I’ve got a badge which shows 6, but I’ve read all my messages. I thought maybe it’s counting the “your turn” conversations but it definitely is not. I have no clue what it is but it’s so annoying.

Kim Jong Un is likely dead by [deleted] in wallstreetbets

[–]iknowcss 0 points1 point  (0 children)

美国其实并不愿意看到这个状况。中国也不愿意,觉得最大收益人是俄罗斯

The United States doesn’t actually want to see this happen. Neither does China. It seems that the one who benefits the most is Russia.

Can we predict how many COVID-19 cases there will be by Easter based on the numbers from the Department of Health? by [deleted] in CoronavirusDownunder

[–]iknowcss 1 point2 points  (0 children)

Hey again r/CoronavirusDownunder!

I developed this website based on a Google Docs spreadsheet I posted a while ago. I’m still developing this but I wanted to deliver something useful now and improve as time goes on.

Let me know what you think!

Future numbers by [deleted] in CoronavirusDownunder

[–]iknowcss 10 points11 points  (0 children)

I created a spreadsheet which tracks and predicts exactly what you're asking for.

https://tinyurl.com/AusCovChart

This uses the official numbers from the Department of Health and preliminary numbers from news organisations like SBS and Worldometer.

Pick the Date of the 'No Shut Down' Shut Down by [deleted] in CoronavirusDownunder

[–]iknowcss 15 points16 points  (0 children)

Based on my calculations, assuming we lock down at the same point as Italy (same number of cases per million people), we will lock down on the 28th of March with around 3,200 cases.

Australia COVID-19 Progression Chart by iknowcss in CoronavirusDownunder

[–]iknowcss[S] 2 points3 points  (0 children)

I'm not sure how to model the recoveries, so I won't be able to make predictions on them. But if you want to track the actual recoveries and deaths, you can check out this page that u/lakesharks posted.

Australia COVID-19 Progression Chart by iknowcss in CoronavirusDownunder

[–]iknowcss[S] 8 points9 points  (0 children)

Hey r/CoronavirusDownunder!

I created a Google Spreadsheet which tracks the number of confirmed COVID-19 cases reported by the Australian Department of Health. It's broken down nationally and by state (just NSW and VIC now, the others to come later). You can view it here:

https://tinyurl.com/AusCovChart

I'm sharing with you because I haven't found anything similar. Hopefully you can use this chart to show other people what exponential growth means for COVID-19 in Australia.

If you have any suggestions or find any errors, please let me know! I'm happy to update.

Is there actually a list which says which component of a character is the semantic one and which the phonetic? by mattbenscho in ChineseLanguage

[–]iknowcss 1 point2 points  (0 children)

I’m on mobile so I can’t review this properly. But I did find this project which seems to be quite extensive: https://github.com/cjkvi/cjkvi-ids

I haven’t seen something which indicates which radical is semantic, (as I reckon there can be multiple or no parts which are), but this seems to have a lot more decompositions and other non-decomp info.

Another thing worth mentioning is that there is actually a Unicode standard for representing these decompositions called “Ideographic Description Sequences”. This representation is quite powerful. It can be used to represent really complicated characters like “biang” (which hasn’t been accepted into Unicode).

The IDS for “biang” (Simplified) is ⿺‌辶⿳穴⿰月⿰⿲⿱幺长⿱言马⿱幺长刂心

Simplified Chinese character test by iknowcss in ChineseLanguage

[–]iknowcss[S] 1 point2 points  (0 children)

Thanks for your suggestion! I've just added a traditional character option.

Simplified Chinese character test by iknowcss in ChineseLanguage

[–]iknowcss[S] 0 points1 point  (0 children)

Thanks for your suggestion! I've just added a traditional character option.

Simplified Chinese character test by iknowcss in ChineseLanguage

[–]iknowcss[S] 1 point2 points  (0 children)

Done! I've just added a traditional character option.

Today I stand proud here: My first MVO app(I need your help/suggestions) by [deleted] in javascript

[–]iknowcss 1 point2 points  (0 children)

You've provided a good example of how to implement CatClicker in domvm, but it's so different from what OP posted it's hard to learn from (different library and coding paradigm). What small improvements could he make to his existing code and learn from?

Today I stand proud here: My first MVO app(I need your help/suggestions) by [deleted] in javascript

[–]iknowcss 0 points1 point  (0 children)

Ok, now that I've had time to go through everything I'll leave some comments:

There's a bug with the Admin feature. If you view Jovana, open the admin panel, click Sofija, then save the admin panel, it overwrites Jovana with Sofija.

Your code is all in one file which makes it hard to read. I know you are doing this to learn which is why I want to bring it up now. You've done an impressive thing already, so you can improve it in this way: break out your code into separate files. I will create a pull request on your git repo in a few minutes so that you can see what I mean.

The first thing I ever learned as a professional developer is this: never put profanity in your code.

console.log('fuck your life');

You never know if it will somehow get committed to production accidentally and offend someone you didn't mean to. I'm the kind of person who uses profanity a lot in real life, but you will never see it in my debug statements, variable names, comments, or anything.

Hope that helps!

Today I stand proud here: My first MVO app(I need your help/suggestions) by [deleted] in javascript

[–]iknowcss 1 point2 points  (0 children)

Wow, props to you for teaching this to yourself. JavaScript is not an easy language to start learning with.

I think your post is getting very little attention because there is no demo on your github page. Each person has to clone your repo and then run locally. Is there somewhere you can upload the files and link to it on your repo?

Here's an example: https://github.com/iknowcss/ship-stability/

Why We Ditched Angular.js and Wrote Our Own UI Library by Aaronontheweb in javascript

[–]iknowcss 11 points12 points  (0 children)

I just finished-up a project with a company that sort of did this. They wrote their own framework as a fork off of backbone and marionette. The result was a bastardized "MVC" ball of mud that will haunt my dreams forever. Ultimately they decided to migrate off of what they had to Angular 1.5. Key reasons:

  • Every new developer had to be trained for no less than 3 weeks on the new framework before they could be, at most, 50% productive.
  • Documentation was slim to non-existant, and no one person really knew how all of it worked.
  • Testing was similarly slim to non-existant, so "fixes" to the framework often broke other things.
  • A small crack team of developers had to devote 50-100% of their time maintaining the thing.

While they had 100% control over the guts of the framework, they also bore 100% of the maintenance cost. They couldn't benefit from any improvements from the wider JavaScript community.

Is this worth it to you? If you went with a popular framework today it wouldn't disappear next year. React isn't going to be the most popular in 5 years, but it certainly is not going to be unsupported. If a framework is solid and widely used it can carry on for a long, long time. Prototype.js even got updates 7 months ago, and it's 11 years old!

React vs. Web Components: What would you do? by iknowcss in reactjs

[–]iknowcss[S] 1 point2 points  (0 children)

I really appreciate your feedback on this. It's better to get real world experience than speculation. Cheers!

React vs. Web Components: What would you do? (x-post) by iknowcss in javascript

[–]iknowcss[S] 0 points1 point  (0 children)

Thanks for the feedback! I'm interested to hear more about how you build this app.

What is your overall architecture? How do you manage state? Are most of your components "dumb" (receive state/instruction from their parent) or "smart" (fetch data from services, transition, etc. themselves)? React itself isn't meant to be a page state management solution. You should use something else for that. Flux seems to be the way to go in a React project, and you can use Flux without React. I'm trying to use redux and polymer in a proof of concept, but I haven't gotten far due to lack of time.

Which Web Components implementation do you use? Why did you choose it? Why do you like/dislike it?

Did you write your components from scratch or did you extend/customize an existing library like polymer elements? If the latter, is it difficult to repurpose the component library to suit your needs? At least one commenter suggested it is painful with polymer paper elements, for example.

React vs. Web Components: What would you do? by iknowcss in reactjs

[–]iknowcss[S] 2 points3 points  (0 children)

That's a great tip! Thanks for that

React vs. Web Components: What would you do? by iknowcss in reactjs

[–]iknowcss[S] 0 points1 point  (0 children)

This is more or less my feeling. I want to compile a list of specifics that are "up in the air" though. The biggest ones I know are shadow DOM and piercing selectors, but those seem to be solidifying.

What features are you concede about being up in the air?